org.apache.tools.ant.types
public interface ResourceFactory
Since: Ant 1.5.2
Method Summary | |
---|---|
Resource | getResource(String name)
Query a resource (file, zipentry, ...) by name
|
Parameters: name relative path of the resource about which information is sought. Expects "/" to be used as the directory separator.
Returns: instance of Resource; the exists attribute of Resource will tell whether the sought resource exists