Package io.quarkus.analytics.config
Interface FileLocations
- All Known Implementing Classes:
FileLocationsImpl
public interface FileLocations
File location paths
-
Method Summary
Modifier and TypeMethodDescriptionReturns the folder where all the build time analytics files are stored.Returns the file where the last time the remote config was retrieved and stored.Returns the file where the build time analytics config is stored.Returns the file where the user's UUID is stored.
-
Method Details
-
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()
-