|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileResourceSpecifier
A type of ResourceSpecifier that locates a resource file using its URL.
| 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. |
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 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 |
|---|
java.lang.String getFileUrl()
java.lang.String getLocalCache()
null if none.void setFileUrl(java.lang.String aUrl)
aUrl - a URL stringvoid setLocalCache(java.lang.String aFileName)
aFileName - file name of the local cache, null if none.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||