|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurableDataResourceSpecifier
A type of ResourceSpecifier
that locates a resource file using its URL.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Method Detail |
---|
String getUrl()
void setUrl(String aUrl)
aUrl
- a URL stringResourceMetaData getMetaData()
void setMetaData(ResourceMetaData aMetaData)
aMetaData
- metadata to assign
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |