Package io.quarkus.analytics.config
Interface FileLocations
-
- All Known Implementing Classes:
FileLocationsImpl
public interface FileLocationsFile location paths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetFolder()Returns the folder where all the build time analytics files are stored.PathgetLastRemoteConfigTryFile()Returns the file where the last time the remote config was retrieved and stored.PathgetLocalConfigFile()PathgetRemoteConfigFile()Returns the file where the build time analytics config is stored.PathgetUUIDFile()Returns the file where the user's UUID is stored.StringlastTrackFileName()
-
-
-
Method Detail
-
getFolder
Path getFolder()
Returns the folder where all the build time analytics files are stored.- Returns:
-
getUUIDFile
Path getUUIDFile()
Returns the file where the user's UUID is stored.- Returns:
-
getRemoteConfigFile
Path getRemoteConfigFile()
Returns the file where the build time analytics config is stored.- Returns:
-
getLastRemoteConfigTryFile
Path getLastRemoteConfigTryFile()
Returns the file where the last time the remote config was retrieved and stored.- Returns:
-
getLocalConfigFile
Path getLocalConfigFile()
-
lastTrackFileName
String lastTrackFileName()
-
-