| Package | Description |
|---|---|
| com.peterphi.std.io |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyFile.merge(java.util.Properties other,
IMergeConflictResolver conflictResolver)
Merges another PropertyFile into this PropertyFile, using an optional merge conflict resolver
If no merge conflict resolver is specified then the default will be that the properties from other will
overwrite the local properties |
void |
PropertyFile.merge(PropertyFile other,
IMergeConflictResolver conflictResolver)
Merges another PropertyFile into this PropertyFile, using an optional merge conflict resolver
If no merge conflict resolver is specified then the default will be that the properties from other will
overwrite the local properties |
Copyright © 2014. All Rights Reserved.