Interface FileProvider
- 
- All Known Implementing Classes:
- FileResource
 
 public interface FileProviderThis is an interface that resources that can provide a file should implement. This is a refactoring ofFileResource, to allow other resources to act as sources of files (and to make components that only support file-based resources from only support FileResource resources.- Since:
- Ant 1.8
 
- 
- 
Method SummaryModifier and Type Method Description java.io.FilegetFile()Get the file represented by this Resource.
 
-