org.apache.tools.ant.taskdefs.condition
Class Http
- Condition
Condition to wait for a HTTP request to succeed. Its attribute(s) are:
url - the URL of the request.
errorsBeginAt - number at which errors begin at; default=400.
boolean | eval()
|
void | setErrorsBeginAt(int errorsBeginAt) - Set the errorsBeginAt attribute
|
void | setUrl(String url) - Set the url attribute
|
setErrorsBeginAt
public void setErrorsBeginAt(int errorsBeginAt)
Set the errorsBeginAt attribute
errorsBeginAt
- number at which errors begin at, default is
400
setUrl
public void setUrl(String url)
Set the url attribute
url
- the url of the request
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.