API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional.extension.resolvers. AntResolver View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AntResolver
Implements
 ExtensionResolver
Subclasses
Description
public class AntResolver
Resolver that just returns s specified location.
See also:   
Constructors
public AntResolver ()
Methods
Hide/Show inherited methods
public java.io.File resolve (Extension extension, Project project) throws BuildException [Specified in ExtensionResolver]
  Returns the resolved file
public void setAntfile (java.io.File antfile)
  Sets the ant file
public void setDestfile (java.io.File destfile)
  Sets the destination file
public void setTarget (java.lang.String target)
  Sets the target
public java.lang.String toString ()
  Returns a string representation
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar