public interface FileResourceSpecifier extends ResourceSpecifier
ResourceSpecifier that locates a resource file using its URL.| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLString 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.Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.