public class URLResourceModelSource extends java.lang.Object implements ResourceModelSource, Configurable
Modifier and Type | Class and Description |
---|---|
static class |
URLResourceModelSource.Configuration |
static class |
URLResourceModelSource.URLValidator |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_TIMEOUT |
static Description |
DESCRIPTION |
Constructor and Description |
---|
URLResourceModelSource(Framework framework) |
public static final int DEFAULT_TIMEOUT
public static final Description DESCRIPTION
public URLResourceModelSource(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.lang.String toString()
toString
in class java.lang.Object