Class AntResolver
java.lang.Object
org.apache.tools.ant.taskdefs.optional.extension.resolvers.AntResolver
- 
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- 
setAntfile
- 
setDestfileSets the destination file- Parameters:
- destfile- the destination file
 
- 
setTarget
- 
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
 
- 
toString
 
-