Interface FileResourceSpecifier
- All Superinterfaces:
Cloneable, MetaDataObject, ResourceSpecifier, Serializable, XMLizable
- All Known Implementing Classes:
FileResourceSpecifier_impl
A type of
ResourceSpecifier that locates a resource file using its URL.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the URL of the file.Gets the file name for the local cache of a remote resource file.voidsetFileUrl(String aUrl) Sets the URL of the file.voidsetLocalCache(String aFileName) Sets the file name for the local cache of a remote resource file.Methods inherited from interface MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
getFileUrl
-
getLocalCache
String getLocalCache()Gets the file name for the local cache of a remote resource file. This is optional.- Returns:
- the file name of the local cache,
nullif none.
-
setFileUrl
-
setLocalCache
Sets the file name for the local cache of a remote resource file. This is optional.- Parameters:
aFileName- file name of the local cache,nullif none.
-