Package org.eclipse.aether.internal.impl
Class DefaultTrackingFileManager
java.lang.Object
org.eclipse.aether.internal.impl.DefaultTrackingFileManager
- All Implemented Interfaces:
TrackingFileManager
@Singleton
@Named
public final class DefaultTrackingFileManager
extends Object
implements TrackingFileManager
Manages access to a properties file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReads up the specified properties file intoProperties
, if exists, otherwisenull
is returned.Applies updates to specified properties file and returns resultingProperties
with contents same as in updated file, nevernull
.
-
Constructor Details
-
DefaultTrackingFileManager
public DefaultTrackingFileManager()
-
-
Method Details
-
read
Description copied from interface:TrackingFileManager
Reads up the specified properties file intoProperties
, if exists, otherwisenull
is returned.- Specified by:
read
in interfaceTrackingFileManager
-
update
Description copied from interface:TrackingFileManager
Applies updates to specified properties file and returns resultingProperties
with contents same as in updated file, nevernull
.- Specified by:
update
in interfaceTrackingFileManager
-