|
Class Summary |
| And |
<and> condition container, modified for Antelope. |
| AntCallBack |
Identical (copy and paste, even) to the 'Ant' task, with the exception that
properties from the new project can be copied back into the original project. |
| AntCallBack.Reference |
Helper class that implements the nested <reference> element of
<ant> and <antcall>. |
| AntelopeTask |
Defines all tasks used in the ise.antelope.tasks set package. |
| AntFetch |
Identical (copy and paste, even) to the 'Ant' task, with the exception that
properties from the new project can be copied back into the original project. |
| AntFetch.Reference |
Helper class that implements the nested <reference> element of
<ant> and <antcall>. |
| AntScript |
Defines all tasks used in the AntScript set of tasks. |
| Assert |
Based on the Sequential task. |
| AssertLevel |
|
| Base64 |
Encodes and decodes to and from Base64 notation. |
| Base64.InputStream |
A Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BooleanConditionBase |
Extends ConditionBase so I can get access to the condition count and the
first condition. |
| BooleanConditionTask |
Wraps a ConditionBase so that the If task can use standard Ant Conditions as
its evaluated boolean expression. |
| Break |
This is a marker task that indicates to a Breakable that a break condition
has occurred. |
| Call |
|
| Case |
This TaskContainer is intended to be nested into the Switch task. |
| CatchTask |
This is identical to Sequential and can be used on its own as a
Sequential task. |
| Contains |
|
| DateTimeBefore |
Condition that validates if one datetime is before another datetime. |
| DateTimeDifference |
Condition that validates the difference between two date/time stamps. |
| DefaultCase |
Intended to be nested into the Switch task, this is the 'default' case for a switch. |
| ElseTask |
This task is intended for nesting into the If task. |
| EndsWith |
Extends IsTrue to do a String.endsWith(). |
| FileUtilTask |
A task to answer a bunch of questions about a file or directory. |
| FinallyTask |
This is identical to Sequential and can be used on its own as a
Sequential task. |
| Find |
Copyright 2003 |
| Foreach |
Task container that iterates through a list of values, puts each value into a
property, then executes all nested tasks. |
| ForTask |
|
| Grep |
Borrowed from Antelope, modified to be a general purpose class instead of
an Ant task. |
| HostnameTask |
A task to put hostname or IP in a property. |
| IfTask |
Similar to Java's 'if' keyword, verifies that a given property has a given
value and executes embedded tasks if it does. |
| IsGreaterThan |
Extends Equals condition to test if the first argument is greater than the
second argument. |
| IsLessThan |
Extends Equals condition to test if the first argument is less than the
second argument. |
| IsPropertyFalse |
Extends IsFalse condition to check the value of a specified property. |
| IsPropertyTrue |
Extends IsTrue condition to check the value of a specified property. |
| Limit |
Limits the amount of time that a task or set of tasks can run. |
| Math |
Provides access to java.lang.Math and java.lang.StrictMath for Ant. |
| MathEquals |
Extends Equals condition to test if the first argument is greater than the
second argument. |
| MathTask |
Provides basic math functions. |
| Num |
Represents a number. |
| Op |
Represents a mathematical operation. |
| Or |
<or> condition container, modified for Antelope. |
| PasswordHandler |
Simple class to encode and decode passwords. |
| PasswordHandlerTask |
Copyright 2003 |
| PostTask |
This task does an http post. |
| Prop |
Simple bean to represent a name/value pair. |
| ReadLog |
Not an antelope task, this is for Cobalt, but put it in the same package
for easier use. |
| Repeat |
Repeatedly executes a set of tasks. |
| SplitTask |
This task is similar to the Unix/Linux split utility, it splits a file into
a number of smaller pieces. |
| StartsWith |
Extends IsTrue to do a String.startsWith(). |
| StopWatch |
A stopwatch, useful for 'quick and dirty' performance testing. |
| StopWatchTask |
Assists in timing tasks and/or targets. |
| StringUtilTask |
Copyright 2003 |
| Suite |
Modeled after the TestSuite provided by jUnit. |
| SwitchTask |
This task emulates a Java switch. |
| TestCase |
Modeled after the TestCase provided by jUnit, this class is an Ant task that
looks through the build file set in the setFile method, calls a
'setUp' target in that build file (if it exists), then all targets whose
names start with 'test', and last calls a target named 'tearDown' (if it
exists). |
| TimeUnit |
The enumeration of units: millisecond, second, minute, hour, day, week,
month, year. |
| TryTask |
Try is a container task - it can contain other Ant tasks. |
| UIDTask |
A task to generate a unique ID. |
| Unset |
Unsets a property. |
| Variable |
Similar to Property, but this property is mutable. |