API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.condition. Http View Source
Author(s)
Since
Ant 1.5
Version
Serial
Hierarchy
 Object
      ProjectComponent
          Http
Implements
 Condition
Subclasses
Description
public class Http
  Condition to wait for a HTTP request to succeed.
See also:   
Constructors
public Http ()
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 setErrorsBeginAt (int errorsBeginAt)
  Set the errorsBeginAt attribute
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 setUrl (java.lang.String url)
  Set the url 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