Interface URLProvider
- 
- All Known Implementing Classes:
- JavaResource,- URLResource
 
 public interface URLProviderThis is an interface that resources that can provide an URL should implement. This is a refactoring ofURLResource, to allow other resources to act as sources of URLs.- Since:
- Ant 1.8
 
- 
- 
Method SummaryModifier and Type Method Description java.net.URLgetURL()Get the URL represented by this Resource.
 
-