All Classes and Interfaces

Class
Description
<and> condition container, modified for Antelope.
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.
Helper class that implements the nested <reference> element of <ant> and <antcall>.
Defines all tasks used in the ise.antelope.tasks set package.
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.
Helper class that implements the nested <reference> element of <ant> and <antcall>.
Defines all tasks used in the AntScript set of tasks.
Based on the Sequential task.
 
 
Encodes and decodes to and from Base64 notation.
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.
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.
Extends ConditionBase so I can get access to the condition count and the first condition.
Wraps a ConditionBase so that the If task can use standard Ant Conditions as its evaluated boolean expression.
This is a marker task that indicates to a Breakable that a break condition has occurred.
TaskContainers that implement this interface can set a break flag to indicate to containers that a break condition has occurred.
 
This TaskContainer is intended to be nested into the Switch task.
This is identical to Sequential and can be used on its own as a Sequential task.
 
Condition that validates if one datetime is before another datetime.
Condition that validates the difference between two date/time stamps.
Intended to be nested into the Switch task, this is the 'default' case for a switch.
This task is intended for nesting into the If task.
Extends IsTrue to do a String.endsWith().
A task to answer a bunch of questions about a file or directory.
This is identical to Sequential and can be used on its own as a Sequential task.
Copyright 2003
Task container that iterates through a list of values, puts each value into a property, then executes all nested tasks.
 
Borrowed from Antelope, modified to be a general purpose class instead of an Ant task.
A task to put hostname or IP in a property.
Similar to Java's 'if' keyword, verifies that a given property has a given value and executes embedded tasks if it does.
Extends Equals condition to test if the first argument is greater than the second argument.
Extends Equals condition to test if the first argument is less than the second argument.
Extends IsFalse condition to check the value of a specified property.
Extends IsTrue condition to check the value of a specified property.
Limits the amount of time that a task or set of tasks can run.
Provides access to java.lang.Math and java.lang.StrictMath for Ant.
Extends Equals condition to test if the first argument is greater than the second argument.
Provides basic math functions.
Represents a number.
Represents a mathematical operation.
<or> condition container, modified for Antelope.
Simple class to encode and decode passwords.
Copyright 2003
Copyright 2003
This task does an http post.
Simple bean to represent a name/value pair.
Not an antelope task, this is for Cobalt, but put it in the same package for easier use.
Repeatedly executes a set of tasks.
This task is similar to the Unix/Linux split utility, it splits a file into a number of smaller pieces.
Extends IsTrue to do a String.startsWith().
A stopwatch, useful for 'quick and dirty' performance testing.
Assists in timing tasks and/or targets.
Copyright 2003
Modeled after the TestSuite provided by jUnit.
This task emulates a Java switch.
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).
The enumeration of units: millisecond, second, minute, hour, day, week, month, year.
Try is a container task - it can contain other Ant tasks.
A task to generate a unique ID.
Unsets a property.
Similar to Property, but this property is mutable.