org.apache.tools.ant.taskdefs.optional.extension
public interface ExtensionResolver
Method Summary | |
---|---|
File | resolve(Extension extension, Project project)
Attempt to locate File that satisfies
extension via resolver.
|
Parameters: extension the extension project the Ant project instance
Returns: the File satisfying extension, null if can not resolve extension
Throws: BuildException if error occurs attempting to resolve extension