public abstract class AbstractPropertyStore extends Object implements PropertyStore
| Constructor and Description |
|---|
AbstractPropertyStore() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AbstractProperty<?>> |
importPropertiesFromXmlFile(String xmlConfFile)
Initialize store from XML Configuration File.
|
String |
toJson() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, exist, read, readAllProperties, update, updatepublic Map<String,AbstractProperty<?>> importPropertiesFromXmlFile(String xmlConfFile)
xmlConfFile - xml configuration filepublic String toJson()
Copyright © 2013–2015 FF4J. All rights reserved.