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 TypeMethodDescriptionbooleanDeletes the specified properties file, if exists.Reads up the specified properties file intoProperties, if exists, otherwisenullis returned.Applies updates to specified properties file and returns resultingPropertieswith contents same as in updated file, nevernull.
-
Method Details
-
read
Reads up the specified properties file intoProperties, if exists, otherwisenullis returned. -
update
Applies updates to specified properties file and returns resultingPropertieswith contents same as in updated file, nevernull. -
delete
Deletes the specified properties file, if exists. If file existed and was deleted, returnstrue.- Since:
- 1.9.25
-