Package org.eclipse.aether.internal.impl
Interface TrackingFileManager
- All Known Implementing Classes:
- DefaultTrackingFileManager
public interface TrackingFileManager
Manages access to a properties file.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Reads up the specified properties file intoProperties, if exists, otherwisenullis returned.Deprecated.Useupdate(Path, Map)instead.Applies updates to specified properties file and returns resultingPropertieswith contents same as in updated file, nevernull.
- 
Method Details- 
readDeprecated.Useread(Path)instead.Reads up the specified properties file intoProperties, if exists, otherwisenullis returned.
- 
readReads up the specified properties file intoProperties, if exists, otherwisenullis returned.- Since:
- 2.0.0
 
- 
updateDeprecated.Useupdate(Path, Map)instead.Applies updates to specified properties file and returns resultingPropertieswith contents same as in updated file, nevernull.
- 
updateApplies updates to specified properties file and returns resultingPropertieswith contents same as in updated file, nevernull.- Since:
- 2.0.0
 
 
- 
read(Path)instead.