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) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.util.Properties configuration)
Configure the object with the configuration properties.
|
INodeSet |
getNodes() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSourceType, getWriteablepublic static final int DEFAULT_TIMEOUT
public static final Description DESCRIPTION
public URLResourceModelSource(Framework framework)
public void configure(java.util.Properties configuration)
throws ConfigurationException
Configurableconfigure in interface Configurableconfiguration - the properties to useConfigurationException - if there is an invalid configurationpublic INodeSet getNodes() throws ResourceModelSourceException
getNodes in interface ResourceModelSourceResourceModelSourceExceptionpublic java.lang.String toString()
toString in class java.lang.Object