| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.ConditionBase
org.apache.tools.ant.taskdefs.WaitFor
org.apache.tools.ant.taskdefs.optional.testing.BlockFor
public class BlockFor
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.WaitFor | 
|---|
| WaitFor.Unit | 
| Field Summary | 
|---|
| Fields inherited from class org.apache.tools.ant.taskdefs.WaitFor | 
|---|
| DEFAULT_CHECK_MILLIS, DEFAULT_MAX_WAIT_MILLIS, ONE_DAY, ONE_HOUR, ONE_MILLISECOND, ONE_MINUTE, ONE_SECOND, ONE_WEEK | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, project | 
| Constructor Summary | |
|---|---|
| BlockFor()Constructor that takes the name of the task in the task name. | |
| BlockFor(java.lang.String taskName)Constructor that takes the name of the task in the task name. | |
| Method Summary | |
|---|---|
|  void | addText(java.lang.String message)Set the error text; all properties are expanded in the message. | 
| protected  void | processTimeout()If the wait fails, a BuildException is thrown. | 
| Methods inherited from class org.apache.tools.ant.taskdefs.WaitFor | 
|---|
| calculateCheckEveryMillis, calculateMaxWaitMillis, execute, processSuccess, setCheckEvery, setCheckEveryUnit, setMaxWait, setMaxWaitUnit, setTimeoutProperty | 
| Methods inherited from class org.apache.tools.ant.taskdefs.condition.ConditionBase | 
|---|
| add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsFileSelected, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, getConditions, getTaskName, setTaskName | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BlockFor()
public BlockFor(java.lang.String taskName)
taskName - the name of the task.| Method Detail | 
|---|
protected void processTimeout()
                       throws BuildTimeoutException
processTimeout in class WaitForBuildTimeoutException - on timeout, using the text in textpublic void addText(java.lang.String message)
message - the text to use in a failure message| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||