|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.impl.FileResourceSpecifier_impl
public class FileResourceSpecifier_impl
Reference implementation of FileResourceSpecifier.
| Constructor Summary | |
|---|---|
FileResourceSpecifier_impl()
Creates a new FileResourceSpecifier_impl. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFileUrl()
Retrieves the URL of the file. |
java.lang.String |
getLocalCache()
Gets the file name for the local cache of a remote resource file. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
void |
setFileUrl(java.lang.String aUrl)
Sets the URL of the file. |
void |
setLocalCache(java.lang.String aFileName)
Sets the file name for the local cache of a remote resource file. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public FileResourceSpecifier_impl()
FileResourceSpecifier_impl.
| Method Detail |
|---|
public java.lang.String getFileUrl()
FileResourceSpecifier
getFileUrl in interface FileResourceSpecifierFileResourceSpecifier.getFileUrl()public void setFileUrl(java.lang.String aUrl)
FileResourceSpecifier
setFileUrl in interface FileResourceSpecifieraUrl - a URL stringorg.apache.uima.resource.FileResourceSpecifier#getFileUrl(String)public java.lang.String getLocalCache()
FileResourceSpecifier
getLocalCache in interface FileResourceSpecifiernull if none.FileResourceSpecifier.getLocalCache()public void setLocalCache(java.lang.String aFileName)
FileResourceSpecifier
setLocalCache in interface FileResourceSpecifieraFileName - file name of the local cache, null if none.FileResourceSpecifier.setLocalCache(String)protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo in class MetaDataObject_impl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||