Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ExtensionResolver
Method Summary | |
File |
public File resolve(Extension extension, Project project) throws BuildException
Attempt to locate File that satisfies extension via resolver.
- Parameters:
extension
- the extensionproject
- the Ant project instance
- Returns:
- the File satisfying extension, null if can not resolve extension
- Throws:
BuildException
- if error occurs attempting to resolve extension