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
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