Interface ExtensionResolver
- All Known Implementing Classes:
AntResolver
,LocationResolver
,URLResolver
public interface ExtensionResolver
Interface to locate a File that satisfies extension.
-
Method Details
-
resolve
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
-