public interface ConfigurableDataResourceSpecifier extends ResourceSpecifier
ResourceSpecifier
that locates a resource file using its URL.Modifier and Type | Method and Description |
---|---|
ResourceMetaData |
getMetaData()
Gets the metadata for this resource, which includes descriptive information as well as
configuration settings.
|
String |
getUrl()
Retrieves the URL of the data.
|
void |
setMetaData(ResourceMetaData aMetaData)
Sets the metadata for this resource.
|
void |
setUrl(String aUrl)
Sets the URL of the data.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
String getUrl()
void setUrl(String aUrl)
aUrl
- a URL stringResourceMetaData getMetaData()
void setMetaData(ResourceMetaData aMetaData)
aMetaData
- metadata to assignCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.