public interface PropertyResource
| Modifier and Type | Method and Description |
|---|---|
PropertyReader |
createReader()
Creates a reader to access the values in the medium (typically a file).
|
void |
exportProperties(ConfigurationData configurationData)
Exports the provided configuration data to the medium (typically a file).
|
PropertyReader createReader()
The reader is discarded after its use and so is not required to refresh itself.
void exportProperties(ConfigurationData configurationData)
configurationData - the configuration data to exportCopyright © 2016–2018 The AuthMe Team. All rights reserved.