Package io.quarkus.analytics.config
Class FileLocationsImpl
java.lang.Object
io.quarkus.analytics.config.FileLocationsImpl
- All Implemented Interfaces:
FileLocations
File location paths used in production code
-
Field Summary
Fields -
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.
-
Field Details
-
INSTANCE
-
-
Method Details
-
getFolder
Description copied from interface:FileLocationsReturns the folder where all the build time analytics files are stored.- Specified by:
getFolderin interfaceFileLocations- Returns:
-
getUUIDFile
Description copied from interface:FileLocationsReturns the file where the user's UUID is stored.- Specified by:
getUUIDFilein interfaceFileLocations- Returns:
-
getRemoteConfigFile
Description copied from interface:FileLocationsReturns the file where the build time analytics config is stored.- Specified by:
getRemoteConfigFilein interfaceFileLocations- Returns:
-
getLastRemoteConfigTryFile
Description copied from interface:FileLocationsReturns the file where the last time the remote config was retrieved and stored.- Specified by:
getLastRemoteConfigTryFilein interfaceFileLocations- Returns:
-
getLocalConfigFile
- Specified by:
getLocalConfigFilein interfaceFileLocations
-
lastTrackFileName
- Specified by:
lastTrackFileNamein interfaceFileLocations
-