public interface TrackingFileManager
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
read(java.io.File file)
Reads up the specified properties file into
Properties , if exists, otherwise null is returned. |
java.util.Properties |
update(java.io.File file,
java.util.Map<java.lang.String,java.lang.String> updates)
Applies updates to specified properties file and returns resulting
Properties with contents same
as in updated file, never null . |
java.util.Properties read(java.io.File file)
Properties
, if exists, otherwise null
is returned.java.util.Properties update(java.io.File file, java.util.Map<java.lang.String,java.lang.String> updates)
Properties
with contents same
as in updated file, never null
.