|
||||||||||
| 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 | |
|---|---|
String |
getFileUrl()
Retrieves the URL of the file. |
String |
getLocalCache()
Gets the file name for the local cache of a remote resource file. |
void |
setFileUrl(String aUrl)
Sets the URL of the file. |
void |
setLocalCache(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 |
|---|
String getFileUrl()
String getLocalCache()
null if none.void setFileUrl(String aUrl)
aUrl - a URL stringvoid setLocalCache(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 | |||||||||