Class AntResolver
java.lang.Object
org.apache.tools.ant.taskdefs.optional.extension.resolvers.AntResolver
- All Implemented Interfaces:
- ExtensionResolver
Resolver that just returns s specified location.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the resolved filevoidsetAntfile(File antfile) Sets the ant filevoidsetDestfile(File destfile) Sets the destination filevoidSets the targettoString()Returns a string representation
- 
Constructor Details- 
AntResolverpublic AntResolver()
 
- 
- 
Method Details- 
setAntfileSets the ant file- Parameters:
- antfile- the ant file to set
 
- 
setDestfileSets the destination file- Parameters:
- destfile- the destination file
 
- 
setTargetSets the target- Parameters:
- target- the target
 
- 
resolveReturns the resolved file- Specified by:
- resolvein interface- ExtensionResolver
- Parameters:
- extension- the extension
- project- the project
- Returns:
- the file resolved
- Throws:
- BuildException- if the file cannot be resolved
 
- 
toStringReturns a string representation
 
-