public interface DataConnector
Modifier and Type | Interface and Description |
---|---|
static class |
DataConnector.TYPE
Default types of Data Connector available in the Framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canRead(String locator)
Checks whether or not caller is authorized to use locator to read configuraton.
|
boolean |
canWrite(String locator)
Checks whether or not caller is authorized to use locator to write configuraton.
|
DataConnector.TYPE |
getType()
Returns the type of this data connector.
|
DataConnector |
newInstance()
Creates a new instance from this editor.
|
DataConnector.TYPE getType()
DataConnector newInstance()
boolean canWrite(String locator)
boolean canRead(String locator)
Plealog Software - 2003-2017