| Class Summary |
| AbstractCommand |
Place class description here.
|
| AbstractPropertySetterTask |
Place class description here.
|
| 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>.
|
| AntContribVersion | |
| 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>.
|
| AntPerformanceListener |
This BuildListener keeps track of the total time it takes for each target and
task to execute, then prints out the totals when the build is finished. |
| AntPerformanceListener.StopWatch |
A stopwatch, useful for 'quick and dirty' performance testing. |
| AntPerformanceListener.StopWatchComparator |
Compares the total times for two StopWatches. |
| Assert |
Based on the Sequential task.
|
| 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. |
| ClassPathParser |
Classic tool firing a SAX parser. |
| ClassPathTask |
Support class for the Antclipse task. |
| Client |
Place class description here.
|
| ClientTask |
Place class description here.
|
| Command |
Place class description here.
|
| CompileWithWalls |
FILL IN JAVADOC HERE
|
| ConnectionBuildListener |
Place class description here.
|
| ConnectionHandler |
Place class description here.
|
| Depends |
|
| Design |
FILL IN JAVADOC HERE
|
| DisconnectCommand |
Place class description here.
|
| Evaluateable |
An object which can evaluate to a numeric value.
|
| For |
Task definition for the for task. |
| ForDelegate |
Task definition for the for task. |
| ForEach |
Task definition for the foreach task. |
| ForgetTask |
Place class description here.
|
| GUIInputHandler |
Prompts for user input using a JOptionPane. |
| HelloWorldCommand |
Place class description here.
|
| IfTask |
Perform some tasks based on whether a given condition holds true or
not.
|
| IfTask.ElseIf | |
| IniFile |
Class representing a windows style .ini file.
|
| IniFileTask |
Place class description here.
|
| IniFileTask.IniOperation | |
| IniFileTask.Remove | |
| IniFileTask.Set | |
| IniPart |
A part of an IniFile that might be written to disk.
|
| IniProperty |
A single property in an IniSection.
|
| IniSection |
A section within an IniFile.
|
| InstructionVisitor | |
| 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. |
| Limit.TimeUnit |
The enumeration of units:
millisecond, second, minute, hour, day, week
Todo: we use timestamps in many places, why not factor this out |
| Log |
|
| Math |
Utility class for executing calculations.
|
| MathTask |
Task for mathematical operations.
|
| Numeric |
A numeric value that implements Evaluateable.
|
| Operation |
Class to represent a mathematical operation.
|
| OsFamily |
Task definition for the OsFamily task.
|
| OutOfDate |
Task to help in calling tasks if generated files are older
than source files.
|
| OutOfDate.CollectionEnum |
Enumerated type for collection attribute
|
| OutOfDate.DeleteTargets |
nested delete targets |
| OutOfDate.MyMapper |
Wrapper for mapper - includes dir |
| Package |
FILL IN JAVADOC HERE
|
| Package |
FILL IN JAVADOC HERE
|
| PathToFileSet | |
| Platform |
|
| PostTask |
This task does an http post. |
| PostTask.Cookie |
Represents a cookie. |
| Prop |
Simple bean to represent a name/value pair.
|
| PropertyContainer |
Place class description here.
|
| PropertyCopy |
Task definition for the propertycopy task, which copies the value of a
named property to another property. |
| PropertySelector |
Place class description here.
|
| ReferenceContainer |
Place class description here.
|
| Reflector |
Utility class to handle reflection on java objects.
|
| RegexTask |
Place class description here.
|
| RegexUtil |
Regular Expression utilities
|
| Response |
Place class description here.
|
| RunAntCommand |
Place class description here.
|
| RunTargetCommand |
Place class description here.
|
| RunTargetTask |
Ant task that runs a target without creating a new project.
|
| SendFileCommand |
Place class description here.
|
| Server |
Place class description here.
|
| ServerTask |
Place class description here.
|
| ShellScriptTask |
A generic front-end for passing "shell lines" to any application which can
accept a filename containing script input (bash, perl, csh, tcsh, etc.).
see antcontrib doc for useage
|
| ShutdownCommand |
Place class description here.
|
| SilentCopy |
FILL IN JAVADOC HERE
|
| SilentMove |
FILL IN JAVADOC HERE
|
| SortList |
Place class description here.
|
| StopWatch |
A stopwatch, useful for 'quick and dirty' performance testing. |
| StopWatchTask |
Assists in timing tasks and/or targets.
|
| Switch |
Task definition for the ANT task to switch on a particular value.
|
| Switch.Case | |
| ThreadPool |
Place class description here.
|
| ThreadPoolThread |
Place class description here.
|
| Throw |
Extension of <fail> that can throw an exception
that is a reference in the project.
|
| TimestampSelector |
Task definition for the foreach task. |
| TryCatchTask |
A wrapper that lets you run a set of tasks and optionally run a
different set of tasks if the first set fails and yet another set
after the first one has finished.
|
| TryCatchTask.CatchBlock | |
| URLEncodeTask |
Place class description here.
|
| Util |
Place class description here.
|
| Variable |
Similar to Property, but this property is mutable. |
| VerifyDesign | |
| VerifyDesignDelegate |
|
| Walls |
FILL IN JAVADOC HERE
|