ant 1.10.14
org.apache.tools.ant.types.resources
URLProvider
Top
Description
Methods
org.apache.tools.ant.types.resources
public
Interface URLProvider
Known Direct Implementers
org.
apache.
tools.
ant.
types.
resources.
URLResource
,
org.
apache.
tools.
ant.
types.
resources.
JavaResource
Imports
java.
net.
URL
This is an interface that resources that can provide an URL should implement. This is a refactoring of
URLResource
, to allow other resources to act as sources of URLs.
Since
Ant 1.8
Method Summary
Modifier and Type
Method and Description
public
URL
Returns:
the file.
getURL
()
Get the URL represented by this Resource.
Method Detail
getURL
back to summary
public
URL
getURL
()
Get the URL represented by this Resource.
Returns:
URL
the file.