API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.condition. IsReference View Source
Author(s)
Since
Ant 1.6
Version
Serial
Hierarchy
 Object
      ProjectComponent
          IsReference
Implements
 Condition
Subclasses
Description
public class IsReference
  Condition that tests whether a given reference has been defined.
See also:   
Constructors
public IsReference ()
Methods
Hide/Show inherited methods
public java.lang.Object clone () throws java.lang.CloneNotSupportedException [Inherited From ProjectComponent]
 
public boolean eval () throws BuildException [Specified in Condition]
 
public java.lang.String getDescription () [Inherited From ProjectComponent]
  Returns the description of the current action.
public Location getLocation () [Inherited From ProjectComponent]
  Returns the file/location where this task was defined.
public Project getProject () [Inherited From ProjectComponent]
  Returns the project to which this component belongs.
public void log (java.lang.String msg) [Inherited From ProjectComponent]
  Logs a message with the default (INFO) priority.
public void log (java.lang.String msg, int msgLevel) [Inherited From ProjectComponent]
  Logs a message with the given priority.
public void setDescription (java.lang.String desc) [Inherited From ProjectComponent]
  Sets a description of the current action.
public void setLocation (Location location) [Inherited From ProjectComponent]
  Sets the file/location where this task was defined.
public void setProject (Project project) [Inherited From ProjectComponent]
  Sets the project object of this component.
public void setRefid (Reference r)
  Set the refid attribute.
public void setType (java.lang.String type)
  Set the type attribute.
Fields
Hide/Show inherited fields
protected java.lang.String description [Inherited From ProjectComponent]
Description of this component, if any.
protected Location location [Inherited From ProjectComponent]
Location within the build file of this task definition.
protected Project project [Inherited From ProjectComponent]
Project object of this component.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar