public class FileResourceSpecifier_impl extends MetaDataObject_impl implements FileResourceSpecifier
FileResourceSpecifier.| Constructor and Description |
|---|
FileResourceSpecifier_impl()
Creates a new
FileResourceSpecifier_impl. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic FileResourceSpecifier_impl()
FileResourceSpecifier_impl.public java.lang.String getFileUrl()
FileResourceSpecifiergetFileUrl in interface FileResourceSpecifierFileResourceSpecifier.getFileUrl()public void setFileUrl(java.lang.String aUrl)
FileResourceSpecifiersetFileUrl in interface FileResourceSpecifieraUrl - a URL stringorg.apache.uima.resource.FileResourceSpecifier#getFileUrl(String)public java.lang.String getLocalCache()
FileResourceSpecifiergetLocalCache in interface FileResourceSpecifiernull if none.FileResourceSpecifier.getLocalCache()public void setLocalCache(java.lang.String aFileName)
FileResourceSpecifiersetLocalCache in interface FileResourceSpecifieraFileName - file name of the local cache, null if none.FileResourceSpecifier.setLocalCache(String)protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2013. All Rights Reserved.