Package org.eclipse.aether.internal.impl
Interface TrackingFileManager
- All Known Implementing Classes:
DefaultTrackingFileManager
public interface TrackingFileManager
Manages access to a properties file.
-
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
.
-
Method Details
-
read
Reads up the specified properties file intoProperties
, if exists, otherwisenull
is returned. -
update
Applies updates to specified properties file and returns resultingProperties
with contents same as in updated file, nevernull
.
-