Class AntResolver
java.lang.Object
org.apache.tools.ant.taskdefs.optional.extension.resolvers.AntResolver
- All Implemented Interfaces:
ExtensionResolver
public class AntResolver extends java.lang.Object implements ExtensionResolver
Resolver that just returns s specified location.
-
Constructor Summary
Constructors Constructor Description AntResolver()
-
Method Summary
Modifier and Type Method Description java.io.File
resolve(Extension extension, Project project)
Returns the resolved filevoid
setAntfile(java.io.File antfile)
Sets the ant filevoid
setDestfile(java.io.File destfile)
Sets the destination filevoid
setTarget(java.lang.String target)
Sets the targetjava.lang.String
toString()
Returns a string representation
-
Constructor Details
-
AntResolver
public AntResolver()
-
-
Method Details
-
setAntfile
public void setAntfile(java.io.File antfile)Sets the ant file- Parameters:
antfile
- the ant file to set
-
setDestfile
public void setDestfile(java.io.File destfile)Sets the destination file- Parameters:
destfile
- the destination file
-
setTarget
public void setTarget(java.lang.String target)Sets the target- Parameters:
target
- the target
-
resolve
Returns the resolved file- Specified by:
resolve
in interfaceExtensionResolver
- Parameters:
extension
- the extensionproject
- the project- Returns:
- the file resolved
- Throws:
BuildException
- if the file cannot be resolved
-
toString
public java.lang.String toString()Returns a string representation- Overrides:
toString
in classjava.lang.Object
- Returns:
- the string representation
-