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 TypeMethod and Description
public URL

Returns:

the file.
getURL
()

Get the URL represented by this Resource.

Method Detail

getURLback to summary
public URL getURL()

Get the URL represented by this Resource.

Returns:URL

the file.