JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.tools.ant.types.resources
Interface URLProvider
All Known Implementing Classes:
JavaResource
,
URLResource
public interface
URLProvider
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
Methods
Modifier and Type
Method and Description
java.net.URL
getURL
()
Get the URL represented by this Resource.
Method Detail
getURL
java.net.URL getURL()
Get the URL represented by this Resource.
Returns:
the file.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method