Top Description Methods
org.apache.tools.ant.types.resources

public Interface FileProvider

Known Direct Implementers
org.apache.tools.ant.types.resources.FileResource
Imports
java.io.File

This is an interface that resources that can provide a file should implement. This is a refactoring of FileResource, 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 Summary

Modifier and TypeMethod and Description
public File

Returns:

the file.
getFile
()

Get the file represented by this Resource.

Method Detail

getFileback to summary
public File getFile()

Get the file represented by this Resource.

Returns:File

the file.