FileDocCategorySizeDatePackage
ExtensionResolver.javaAPI DocApache Ant 1.701543Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs.optional.extension

ExtensionResolver

public interface ExtensionResolver
Interface to locate a File that satisfies extension.

Fields Summary
Constructors Summary
Methods Summary
public java.io.Fileresolve(Extension extension, org.apache.tools.ant.Project project)
Attempt to locate File that satisfies extension via resolver.

param
extension the extension
param
project the Ant project instance
return
the File satisfying extension, null if can not resolve extension
throws
BuildException if error occurs attempting to resolve extension