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 TypeMethodDescriptionDeprecated.Reads up the specified properties file intoProperties
, if exists, otherwisenull
is returned.Deprecated.Useupdate(Path, Map)
instead.Applies updates to specified properties file and returns resultingProperties
with contents same as in updated file, nevernull
.
-
Method Details
-
read
Deprecated.Useread(Path)
instead.Reads up the specified properties file intoProperties
, if exists, otherwisenull
is returned. -
read
Reads up the specified properties file intoProperties
, if exists, otherwisenull
is returned.- Since:
- 2.0.0
-
update
Deprecated.Useupdate(Path, Map)
instead.Applies updates to specified properties file and returns resultingProperties
with contents same as in updated file, nevernull
. -
update
Applies updates to specified properties file and returns resultingProperties
with contents same as in updated file, nevernull
.- Since:
- 2.0.0
-
read(Path)
instead.