Interface ConfigurableDataResourceSpecifier
- All Superinterfaces:
Cloneable, MetaDataObject, ResourceSpecifier, Serializable, XMLizable
- All Known Implementing Classes:
ConfigurableDataResourceSpecifier_impl
A type of
ResourceSpecifier that locates a resource file using its URL.-
Method Summary
Modifier and TypeMethodDescriptionGets the metadata for this resource, which includes descriptive information as well as configuration settings.getUrl()Retrieves the URL of the data.voidsetMetaData(ResourceMetaData aMetaData) Sets the metadata for this resource.voidSets the URL of the data.Methods inherited from interface MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
getUrl
-
setUrl
-
getMetaData
ResourceMetaData getMetaData()Gets the metadata for this resource, which includes descriptive information as well as configuration settings.- Returns:
- the metadata for this resource
-
setMetaData
Sets the metadata for this resource.- Parameters:
aMetaData- metadata to assign
-