public class DirectoryResourceModelSource extends java.lang.Object implements ResourceModelSource, ResourceModelSourceErrors, Configurable
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryResourceModelSource.Configuration |
Modifier and Type | Field and Description |
---|---|
static Description |
DESCRIPTION |
Constructor and Description |
---|
DirectoryResourceModelSource(Framework framework) |
Modifier and Type | Method and Description |
---|---|
void |
configure(java.util.Properties configuration)
Configure the object with the configuration properties.
|
java.util.List<java.lang.String> |
getModelSourceErrors() |
INodeSet |
getNodes() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSourceType, getWriteable
public static final Description DESCRIPTION
public DirectoryResourceModelSource(Framework framework)
public void configure(java.util.Properties configuration) throws ConfigurationException
Configurable
configure
in interface Configurable
configuration
- the properties to useConfigurationException
- if there is an invalid configurationpublic INodeSet getNodes() throws ResourceModelSourceException
getNodes
in interface ResourceModelSource
ResourceModelSourceException
public java.util.List<java.lang.String> getModelSourceErrors()
getModelSourceErrors
in interface ResourceModelSourceErrors
public java.lang.String toString()
toString
in class java.lang.Object