org.apache.tools.ant.taskdefs.optional.extension.resolvers

Class AntResolver

Implemented Interfaces:
ExtensionResolver

public class AntResolver
extends java.lang.Object
implements ExtensionResolver

Resolver that just returns s specified location.

Method Summary

File
resolve(Extension extension, Project project)
Returns the resolved file
void
setAntfile(File antfile)
Sets the ant file
void
setDestfile(File destfile)
Sets the destination file
void
setTarget(String target)
Sets the target
String
toString()
Returns a string representation

Method Details

resolve

public File resolve(Extension extension,
                    Project project)
            throws BuildException
Returns the resolved file
Specified by:
resolve in interface ExtensionResolver
Parameters:
extension - the extension
project - the project
Returns:
the file resolved
Throws:
BuildException - if the file cannot be resolved

setAntfile

public void setAntfile(File antfile)
Sets the ant file
Parameters:
antfile - the ant file to set

setDestfile

public void setDestfile(File destfile)
Sets the destination file
Parameters:
destfile - the destination file

setTarget

public void setTarget(String target)
Sets the target
Parameters:
target - the target

toString

public String toString()
Returns a string representation
Returns:
the string representation

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.