public interface PropertiesDataConnector extends DataConnector
DataConnector.TYPE| Modifier and Type | Method and Description |
|---|---|
Properties |
load(String locator)
Loads a Properties.
|
void |
save(String locator,
Properties props)
Saves a Properties.
|
canRead, canWrite, getType, newInstancevoid save(String locator, Properties props) throws IOException
locator - the place where to save the Properties.props - the properties to saveIOException - when serialization fails.Properties load(String locator) throws IOException
locator - the place where to read the Properties. It's up to the implementation
to figure out how to interpret the content of the locator String.IOException - when serialization fails.Plealog Software - 2003-2017