Alphabetical Index

A B C D E F G H I L M N O P R S T U V W

A

abs(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
AbstractCommand - class net.sf.antcontrib.antserver.commands.AbstractCommand
Place class description here.
AbstractPropertySetterTask - class net.sf.antcontrib.property.AbstractPropertySetterTask
Place class description here.
AbstractPropertySetterTask() - constructor for class net.sf.antcontrib.property.AbstractPropertySetterTask
acos(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
add(Collection) - method in class net.sf.antcontrib.logic.For
Add a collection that can be iterated over.
add(Collection) - method in class net.sf.antcontrib.logic.ForDelegate
Add a collection that can be iterated over.
add(DirSet) - method in class net.sf.antcontrib.logic.For
Add a dirset to be iterated over.
add(DirSet) - method in class net.sf.antcontrib.logic.ForDelegate
Add a dirset to be iterated over.
add(FileSet) - method in class net.sf.antcontrib.logic.For
Add a fileset to be iterated over.
add(FileSet) - method in class net.sf.antcontrib.logic.ForDelegate
Add a fileset to be iterated over.
add(Iterator) - method in class net.sf.antcontrib.logic.For
Add an iterator to be iterated over.
add(Iterator) - method in class net.sf.antcontrib.logic.ForDelegate
Add an iterator to be iterated over.
add(Map) - method in class net.sf.antcontrib.logic.For
Add a Map, iterate over the values
add(Map) - method in class net.sf.antcontrib.logic.ForDelegate
Add a Map, iterate over the values
add(Object) - method in class net.sf.antcontrib.logic.For
Add an object that has an Iterator iterator() method that can be iterated over.
add(Object) - method in class net.sf.antcontrib.logic.ForDelegate
Add an object that has an Iterator iterator() method that can be iterated over.
add(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
addConfigured(Path) - method in class net.sf.antcontrib.logic.For
This is a path that can be used instread of the list attribute to interate over.
addConfigured(Path) - method in class net.sf.antcontrib.logic.ForDelegate
This is a path that can be used instread of the list attribute to interate over.
addConfiguredNum(net.sf.antcontrib.math.Numeric) - method in class net.sf.antcontrib.math.Operation
addConfiguredNumeric(net.sf.antcontrib.math.Numeric) - method in class net.sf.antcontrib.math.Operation
addConfiguredOp(net.sf.antcontrib.math.Operation) - method in class net.sf.antcontrib.math.Operation
addConfiguredPackage(net.sf.antcontrib.design.Package) - method in class net.sf.antcontrib.design.Design
addConfiguredPackage(net.sf.antcontrib.walls.Package) - method in class net.sf.antcontrib.walls.Walls
addConfiguredPath(Path) - method in class net.sf.antcontrib.logic.For
This is a path that can be used instread of the list attribute to interate over.
addConfiguredPath(Path) - method in class net.sf.antcontrib.logic.ForDelegate
This is a path that can be used instread of the list attribute to interate over.
addConfiguredProp(net.sf.antcontrib.net.Prop) - method in class net.sf.antcontrib.net.PostTask
Adds a name/value pair to post.
addConfiguredRunAnt(net.sf.antcontrib.antserver.commands.RunAntCommand) - method in class net.sf.antcontrib.antserver.client.ClientTask
addDefault(Sequential) - method in class net.sf.antcontrib.logic.Switch
Creates the <default> tag
addDepends(net.sf.antcontrib.design.Depends) - method in class net.sf.antcontrib.design.Package
addDirSet(DirSet) - method in class net.sf.antcontrib.logic.For
Add a dirset to be iterated over.
addDirSet(DirSet) - method in class net.sf.antcontrib.logic.ForDelegate
Add a dirset to be iterated over.
addElse(Sequential) - method in class net.sf.antcontrib.logic.IfTask
A nested <else> element - a container of tasks that will be run if the condition doesn't hold true.
addElseIf(net.sf.antcontrib.logic.IfTask.ElseIf) - method in class net.sf.antcontrib.logic.IfTask
A nested Else if task
addFileSet(FileSet) - method in class net.sf.antcontrib.logic.For
Add a fileset to be iterated over.
addFileSet(FileSet) - method in class net.sf.antcontrib.logic.ForDelegate
Add a fileset to be iterated over.
addFileset(FileSet) - method in class net.sf.antcontrib.logic.ForEach
addFinally(Sequential) - method in class net.sf.antcontrib.logic.TryCatchTask
Adds a nested <finally> block - at most one is allowed.
addIsLessThan(net.sf.antcontrib.logic.condition.IsLessThan) - method in class net.sf.antcontrib.logic.condition.BooleanConditionBase
Adds a feature to the IsPropertyFalse attribute of the BooleanConditionBase object
Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase object
addParallel(Parallel) - method in class net.sf.antcontrib.logic.OutOfDate
Embedded do parallel
addParam(Property) - method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s nested <param> element.
addProperties(Properties) - method in class net.sf.antcontrib.property.Variable
iterate through a set of properties, resolve them, then assign them
addReference(Ant.Reference) - method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s nested <reference> element.
Reference element identifying a data type to carry over to the new project.
addReference(net.sf.antcontrib.logic.AntFetch.Reference) - method in class net.sf.antcontrib.logic.AntFetch
Reference element identifying a data type to carry over to the new project.
addSequential(Sequential) - method in class net.sf.antcontrib.logic.OutOfDate
Embedded do sequential.
addTask(Task) - method in class net.sf.antcontrib.logic.Assert
Add a nested task to execute.
addTask(Task) - method in class net.sf.antcontrib.process.Limit
Add a task to wait on.
addText(String) - method in class net.sf.antcontrib.net.PostTask
Adds a feature to the Text attribute of the PostTask object
addText(String) - method in class net.sf.antcontrib.platform.ShellScriptTask
Adds s to the lines of script code.
addThen(Sequential) - method in class net.sf.antcontrib.logic.IfTask
A nested <then> element - a container of tasks that will be run if the condition holds true.
addThen(Sequential) - method in class net.sf.antcontrib.logic.IfTask.ElseIf
addTry(Sequential) - method in class net.sf.antcontrib.logic.TryCatchTask
Adds a nested <try> block - one is required, more is forbidden.
ALLSOURCES - static field in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
Constants for the enumerations
ALLTARGETS - static field in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
Constants for the enumerations
AntCallBack - class net.sf.antcontrib.logic.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.
AntContribVersion - class net.sf.antcontrib.AntContribVersion
AntContribVersion(Class) - constructor for class net.sf.antcontrib.AntContribVersion
Constructor that takes a class to get the version information from out of the manifest.
AntFetch - class net.sf.antcontrib.logic.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.
AntPerformanceListener - class net.sf.antcontrib.perf.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.
asin(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
Assert - class net.sf.antcontrib.logic.Assert
Based on the Sequential task.
atan(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
atan2(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math

B

BooleanConditionBase - class net.sf.antcontrib.logic.condition.BooleanConditionBase
Extends ConditionBase so I can get access to the condition count and the first condition.
BooleanConditionTask - class net.sf.antcontrib.logic.condition.BooleanConditionTask
Wraps a ConditionBase so that the If task can use standard Ant Conditions as its evaluated boolean expression.
borrowThread() - method in class net.sf.antcontrib.util.ThreadPool
buildFinished(BuildEvent) - method in class net.sf.antcontrib.perf.AntPerformanceListener
Sorts and prints the results.
buildFinished(BuildEvent) - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
buildStarted(BuildEvent) - method in class net.sf.antcontrib.perf.AntPerformanceListener
Starts a 'running total' stopwatch.
buildStarted(BuildEvent) - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener

C

call(String) - method in class net.sf.antcontrib.util.Reflector
Call a method on the object with no parameters.
call(String,Object) - method in class net.sf.antcontrib.util.Reflector
Call a method with one parameter.
call(String,Object,Object) - method in class net.sf.antcontrib.util.Reflector
Call a method with two parameters.
callExplicit(String,Class,Object) - method in class net.sf.antcontrib.util.Reflector
Call a method with an object using a specific type as for the method parameter.
callExplicit(String,String,Object) - method in class net.sf.antcontrib.util.Reflector
Call a method with an object using a specific type as for the method parameter.
Switch.Case - class net.sf.antcontrib.logic.Switch.Case
Case() - constructor for class net.sf.antcontrib.logic.Switch.Case
TryCatchTask.CatchBlock - class net.sf.antcontrib.logic.TryCatchTask.CatchBlock
CatchBlock() - constructor for class net.sf.antcontrib.logic.TryCatchTask.CatchBlock
ceil(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
CHUNK - static field in class net.sf.antcontrib.antserver.Util
ClassPathParser - class net.sf.antcontrib.antclipse.ClassPathParser
Classic tool firing a SAX parser.
ClassPathTask - class net.sf.antcontrib.antclipse.ClassPathTask
Support class for the Antclipse task.
Client - class net.sf.antcontrib.antserver.client.Client
Place class description here.
Client(Project,String,int) - constructor for class net.sf.antcontrib.antserver.client.Client
ClientTask - class net.sf.antcontrib.antserver.client.ClientTask
Place class description here.
ClientTask() - constructor for class net.sf.antcontrib.antserver.client.ClientTask
OutOfDate.CollectionEnum - class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
Enumerated type for collection attribute
Command - interface net.sf.antcontrib.antserver.Command
Place class description here.
compare(File,File) - method in class net.sf.antcontrib.logic.TimestampSelector
Compares the total times for two StopWatches.
CompileWithWalls - class net.sf.antcontrib.walls.CompileWithWalls
FILL IN JAVADOC HERE
connect() - method in class net.sf.antcontrib.antserver.client.Client
ConnectionBuildListener - class net.sf.antcontrib.antserver.server.ConnectionBuildListener
Place class description here.
ConnectionBuildListener() - constructor for class net.sf.antcontrib.antserver.server.ConnectionBuildListener
ConnectionHandler - class net.sf.antcontrib.antserver.server.ConnectionHandler
Place class description here.
ConnectionHandler(net.sf.antcontrib.antserver.server.ServerTask,Socket) - constructor for class net.sf.antcontrib.antserver.server.ConnectionHandler
convert(Number,String) - static method in class net.sf.antcontrib.math.Math
PostTask.Cookie - class net.sf.antcontrib.net.PostTask.Cookie
Represents a cookie.
Cookie(String) - constructor for class net.sf.antcontrib.net.PostTask.Cookie
Cookie(String,String) - constructor for class net.sf.antcontrib.net.PostTask.Cookie
cos(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
createCase() - method in class net.sf.antcontrib.logic.Switch
Creates the <case> tag
createDeleteTargets() - method in class net.sf.antcontrib.logic.OutOfDate
optional nested delete element
createDynamicElement(String) - method in class net.sf.antcontrib.math.MathTask
createDynamicElement(String) - method in class net.sf.antcontrib.math.Operation
createJavac() - method in class net.sf.antcontrib.walls.CompileWithWalls
createMapper() - method in class net.sf.antcontrib.logic.ForEach
createMapper() - method in class net.sf.antcontrib.logic.OutOfDate
Defines the FileNameMapper to use (nested mapper element).
createOp() - method in class net.sf.antcontrib.math.MathTask
createOperation() - method in class net.sf.antcontrib.math.MathTask
createParam() - method in class net.sf.antcontrib.logic.AntCallBack
Property to pass to the invoked target.
createPath() - method in class net.sf.antcontrib.logic.ForEach
createPath() - method in class net.sf.antcontrib.logic.TimestampSelector
createProperty() - method in class net.sf.antcontrib.logic.AntCallBack
Property to pass to the new project.
createProperty() - method in class net.sf.antcontrib.logic.AntFetch
Property to pass to the new project.
createRegexp() - method in class net.sf.antcontrib.property.RegexTask
createRemove() - method in class net.sf.antcontrib.inifile.IniFileTask
createReplace() - method in class net.sf.antcontrib.property.RegexTask
createSequential() - method in class net.sf.antcontrib.logic.For
createSequential() - method in class net.sf.antcontrib.logic.ForDelegate
createSet() - method in class net.sf.antcontrib.inifile.IniFileTask
createSourcefiles() - method in class net.sf.antcontrib.logic.OutOfDate
Add to the source files
createTargetfiles() - method in class net.sf.antcontrib.logic.OutOfDate
Add to the target files
createWalls() - method in class net.sf.antcontrib.walls.CompileWithWalls

D

DAY - static field in class net.sf.antcontrib.process.Limit.TimeUnit
DAY_UNIT - static field in class net.sf.antcontrib.process.Limit.TimeUnit
DEFAULT - static field in class net.sf.antcontrib.design.Package
degrees(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
OutOfDate.DeleteTargets - class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
nested delete targets
Depends - class net.sf.antcontrib.design.Depends
Depends() - constructor for class net.sf.antcontrib.design.Depends
Depends(String) - constructor for class net.sf.antcontrib.design.Depends
Design - class net.sf.antcontrib.design.Design
FILL IN JAVADOC HERE
Design(boolean,net.sf.antcontrib.design.Log,Location) - constructor for class net.sf.antcontrib.design.Design
disconnect() - method in class net.sf.antcontrib.antserver.client.Client
DISCONNECT_COMMAND - static field in class net.sf.antcontrib.antserver.commands.DisconnectCommand
DisconnectCommand - class net.sf.antcontrib.antserver.commands.DisconnectCommand
Place class description here.
divide(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
doFileSetExecute(paths[]) - method in class net.sf.antcontrib.logic.TimestampSelector
doReplace() - method in class net.sf.antcontrib.property.RegexTask
doSelect() - method in class net.sf.antcontrib.property.RegexTask

E

elapsed() - method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Elapsed time, difference between the last start time and now.
elapsed() - method in class net.sf.antcontrib.perf.StopWatch
Elapsed time, difference between the last start time and now.
IfTask.ElseIf - class net.sf.antcontrib.logic.IfTask.ElseIf
equals(Object) - method in class net.sf.antcontrib.logic.Switch.Case
eval() - method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
Evaluates the condition object.
eval() - method in class net.sf.antcontrib.logic.IfTask.ElseIf
eval() - method in class net.sf.antcontrib.logic.condition.IsGreaterThan
eval() - method in class net.sf.antcontrib.logic.condition.IsLessThan
eval() - method in class net.sf.antcontrib.logic.condition.IsPropertyFalse
eval() - method in class net.sf.antcontrib.logic.condition.IsPropertyTrue
eval() - method in class net.sf.antcontrib.logic.OutOfDate
Evaluate (all) target and source file(s) to see if the target(s) is/are outoutdate.
evaluate() - method in class net.sf.antcontrib.math.Evaluateable
evaluate() - method in class net.sf.antcontrib.math.Numeric
evaluate() - method in class net.sf.antcontrib.math.Operation
evaluate(String,String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
Evaluateable - interface net.sf.antcontrib.math.Evaluateable
An object which can evaluate to a numeric value.
execute() - method in class net.sf.antcontrib.logic.AntCallBack
Do the execution.
execute() - method in class net.sf.antcontrib.logic.AntFetch
Do the execution.
execute() - method in class net.sf.antcontrib.logic.Assert
Execute this task and all nested Tasks.
execute() - method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
Forwards to eval().
execute() - method in class net.sf.antcontrib.antclipse.ClassPathTask
execute() - method in class net.sf.antcontrib.antserver.client.ClientTask
execute() - method in class net.sf.antcontrib.walls.CompileWithWalls
execute() - method in class net.sf.antcontrib.logic.For
Run the for task.
execute() - method in class net.sf.antcontrib.logic.ForDelegate
Run the for task.
execute() - method in class net.sf.antcontrib.logic.ForEach
execute() - method in class net.sf.antcontrib.process.ForgetTask
execute() - method in class net.sf.antcontrib.logic.IfTask
execute() - method in class net.sf.antcontrib.logic.IfTask.ElseIf
execute() - method in class net.sf.antcontrib.inifile.IniFileTask
execute() - method in class net.sf.antcontrib.process.Limit
Execute all nested tasks, but stopping execution of nested tasks after maxwait or when all tasks are done, whichever is first.
execute() - method in class net.sf.antcontrib.math.MathTask
execute() - method in class net.sf.antcontrib.platform.OsFamily
execute() - method in class net.sf.antcontrib.logic.OutOfDate
Sets property to true and/or executes embedded do if any of the target file(s) do not have a more recent timestamp than (each of) the source file(s).
execute() - method in class net.sf.antcontrib.property.PathToFileSet
execute() - method in class net.sf.antcontrib.net.PostTask
Do the post.
execute() - method in class net.sf.antcontrib.property.PropertyCopy
execute() - method in class net.sf.antcontrib.property.PropertySelector
execute() - method in class net.sf.antcontrib.property.RegexTask
execute() - method in class net.sf.antcontrib.logic.RunTargetTask
execute the target
execute() - method in class net.sf.antcontrib.antserver.server.ServerTask
execute() - method in class net.sf.antcontrib.platform.ShellScriptTask
execute the task
execute() - method in class net.sf.antcontrib.property.SortList
execute() - method in class net.sf.antcontrib.perf.StopWatchTask
execute() - method in class net.sf.antcontrib.logic.Switch
execute() - method in class net.sf.antcontrib.logic.Switch.Case
execute() - method in class net.sf.antcontrib.logic.Throw
execute() - method in class net.sf.antcontrib.logic.TimestampSelector
execute() - method in class net.sf.antcontrib.logic.TryCatchTask
The heart of the task.
execute() - method in class net.sf.antcontrib.property.URLEncodeTask
execute() - method in class net.sf.antcontrib.property.Variable
Execute this task.
execute() - method in class net.sf.antcontrib.design.VerifyDesign
execute() - method in class net.sf.antcontrib.design.VerifyDesignDelegate
execute(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.Command
Execute the command.
execute(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.commands.DisconnectCommand
execute(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.commands.HelloWorldCommand
execute(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
execute(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
execute(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
Execute the command.
execute(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.commands.ShutdownCommand
execute(String,String,boolean,paramTypes[],params[]) - static method in class net.sf.antcontrib.math.Math
execute(Throwable) - method in class net.sf.antcontrib.logic.TryCatchTask.CatchBlock
exp(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math

F

FAMILY_DOS - static field in class net.sf.antcontrib.platform.Platform
FAMILY_MAC - static field in class net.sf.antcontrib.platform.Platform
FAMILY_MACOSX - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_DOS - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_MAC - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_OPENVMS - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_OS2 - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_OS400 - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_TANDEM - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_UNIX - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_WINDOWS - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NAME_ZOS - static field in class net.sf.antcontrib.platform.Platform
FAMILY_NONE - static field in class net.sf.antcontrib.platform.Platform
FAMILY_OPENVMS - static field in class net.sf.antcontrib.platform.Platform
FAMILY_OS2 - static field in class net.sf.antcontrib.platform.Platform
FAMILY_OS400 - static field in class net.sf.antcontrib.platform.Platform
FAMILY_TANDEM - static field in class net.sf.antcontrib.platform.Platform
FAMILY_UNIX - static field in class net.sf.antcontrib.platform.Platform
FAMILY_WINDOWS - static field in class net.sf.antcontrib.platform.Platform
FAMILY_ZOS - static field in class net.sf.antcontrib.platform.Platform
floor(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
For - class net.sf.antcontrib.logic.For
Task definition for the for task.
For() - constructor for class net.sf.antcontrib.logic.For
Creates a new For instance.
ForDelegate - class net.sf.antcontrib.logic.ForDelegate
Task definition for the for task.
ForDelegate() - constructor for class net.sf.antcontrib.logic.ForDelegate
Creates a new For instance.
ForEach - class net.sf.antcontrib.logic.ForEach
Task definition for the foreach task.
ForEach() - constructor for class net.sf.antcontrib.logic.ForEach
Default Constructor
ForgetTask - class net.sf.antcontrib.process.ForgetTask
Place class description here.
ForgetTask() - constructor for class net.sf.antcontrib.process.ForgetTask
format(long) - method in class net.sf.antcontrib.perf.StopWatch
Formats the given time into decimal seconds.

G

getAntFile() - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
getBuildSpace(File) - method in class net.sf.antcontrib.walls.Package
getClassCopyFileSet(Project,Location) - method in class net.sf.antcontrib.walls.Package
FILL IN JAVADOC HERE
getClasspath(File,Project) - method in class net.sf.antcontrib.walls.Package
getConditionCount() - method in class net.sf.antcontrib.logic.condition.BooleanConditionBase
Gets the conditionCount attribute of the BooleanConditionBase object
getContentLength() - method in class net.sf.antcontrib.antserver.commands.AbstractCommand
Is there additional content being sent from the local machine to the remote server
getContentLength() - method in class net.sf.antcontrib.antserver.Command
Is there additional content being sent from the local machine to the remote server
getContentLength() - method in class net.sf.antcontrib.antserver.Response
getContentLength() - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
Is there additional content being sent from the local machine to the remote server
getContentStream() - method in class net.sf.antcontrib.antserver.commands.AbstractCommand
Gets the content's input stream.
getContentStream() - method in class net.sf.antcontrib.antserver.Command
Gets the content's input stream.
getContentStream() - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
Gets the content's input stream.
getCurrentClass() - method in class net.sf.antcontrib.design.Design
getDatatype() - method in class net.sf.antcontrib.math.Numeric
getDefaultScriptSuffix() - static method in class net.sf.antcontrib.platform.Platform
getDefaultShell() - static method in class net.sf.antcontrib.platform.Platform
getDefaultShellArguments() - static method in class net.sf.antcontrib.platform.Platform
getDepends() - method in class net.sf.antcontrib.design.Package
getDepends() - method in class net.sf.antcontrib.walls.Package
getDir() - method in class net.sf.antcontrib.logic.OutOfDate.MyMapper
getDir() - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
getDocument() - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
getDomain() - method in class net.sf.antcontrib.net.PostTask.Cookie
getEnv() - static method in class net.sf.antcontrib.platform.Platform
getErrorMessage() - method in class net.sf.antcontrib.antserver.Response
getErrorMessage(String,String) - static method in class net.sf.antcontrib.design.Design
getErrorStackTrace() - method in class net.sf.antcontrib.antserver.Response
getFile() - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
getFirstCondition() - method in class net.sf.antcontrib.logic.condition.BooleanConditionBase
Gets the firstCondition attribute of the BooleanConditionBase object
getId() - method in class net.sf.antcontrib.net.PostTask.Cookie
getIntermediaryBuildDir() - method in class net.sf.antcontrib.walls.CompileWithWalls
getJavaCopyFileSet(Project,Location) - method in class net.sf.antcontrib.walls.Package
FILL IN JAVADOC HERE
getMultiplier() - method in class net.sf.antcontrib.process.Limit.TimeUnit
getName() - method in class net.sf.antcontrib.design.Depends
getName() - method in class net.sf.antcontrib.inifile.IniProperty
Gets the name of the property
getName() - method in class net.sf.antcontrib.inifile.IniSection
Gets the name of the section
getName() - method in class net.sf.antcontrib.design.Package
getName() - method in class net.sf.antcontrib.walls.Package
getName() - method in class net.sf.antcontrib.net.PostTask.Cookie
getName() - method in class net.sf.antcontrib.net.Prop
getName() - method in class net.sf.antcontrib.antserver.commands.PropertyContainer
getName() - method in class net.sf.antcontrib.perf.StopWatch
getObject() - method in class net.sf.antcontrib.util.Reflector
getOsFamily() - static method in class net.sf.antcontrib.platform.Platform
getOsFamilyName() - static method in class net.sf.antcontrib.platform.Platform
getPackage() - method in class net.sf.antcontrib.design.Package
getPackage() - method in class net.sf.antcontrib.walls.Package
getPackage(String) - method in class net.sf.antcontrib.walls.Walls
getPackageName(String) - static method in class net.sf.antcontrib.design.VerifyDesignDelegate
getPackagesToCompile() - method in class net.sf.antcontrib.walls.Walls
getPath() - method in class net.sf.antcontrib.net.PostTask.Cookie
getPrimitiveClass(String) - static method in class net.sf.antcontrib.math.Math
getProperties() - method in class net.sf.antcontrib.inifile.IniSection
Gets a list of all properties in this section
getProperties() - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
getProperties() - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
getProperty() - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
getProperty(String) - method in class net.sf.antcontrib.inifile.IniSection
Gets the property with the given name
getProperty(String,String) - method in class net.sf.antcontrib.inifile.IniFile
Gets a named property from a specific section
getProxy() - method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
getReferences() - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
getReferences() - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
getRefId() - method in class net.sf.antcontrib.antserver.commands.ReferenceContainer
getReponseContentStream() - method in class net.sf.antcontrib.antserver.commands.AbstractCommand
getReponseContentStream() - method in class net.sf.antcontrib.antserver.Command
getResponseContentLength() - method in class net.sf.antcontrib.antserver.commands.AbstractCommand
getResponseContentLength() - method in class net.sf.antcontrib.antserver.Command
getResultsXml() - method in class net.sf.antcontrib.antserver.Response
getSection() - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
getSection(String) - method in class net.sf.antcontrib.inifile.IniFile
Gets the IniSection with the given name
getSections() - method in class net.sf.antcontrib.inifile.IniFile
Gets the List of IniSection objects contained in this IniFile
getSrcPath(File,Project) - method in class net.sf.antcontrib.walls.Package
getTarget() - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
getTarget() - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
getThrown() - method in class net.sf.antcontrib.antserver.server.ConnectionHandler
getTodir() - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
getTofile() - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
getToRefid() - method in class net.sf.antcontrib.logic.AntCallBack.Reference
Get the id under which this reference will be stored in the new project
getToRefid() - method in class net.sf.antcontrib.logic.AntFetch.Reference
Get the id under which this reference will be stored in the new project
getToRefId() - method in class net.sf.antcontrib.antserver.commands.ReferenceContainer
getValue() - method in class net.sf.antcontrib.inifile.IniProperty
Gets the value of the property
getValue() - method in class net.sf.antcontrib.net.PostTask.Cookie
getValue() - method in class net.sf.antcontrib.net.Prop
getValue() - method in class net.sf.antcontrib.antserver.commands.PropertyContainer
getValue(Project) - method in class net.sf.antcontrib.property.URLEncodeTask
getValues() - method in class net.sf.antcontrib.process.Limit.TimeUnit
getValues() - method in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
get the values
getWalls() - method in class net.sf.antcontrib.walls.CompileWithWalls
GUIInputHandler - class net.sf.antcontrib.input.GUIInputHandler
Prompts for user input using a JOptionPane.
GUIInputHandler() - constructor for class net.sf.antcontrib.input.GUIInputHandler
GUIInputHandler(Component) - constructor for class net.sf.antcontrib.input.GUIInputHandler

H

handleErrorOutput(String) - method in class net.sf.antcontrib.logic.AntCallBack
Pass output sent to System.err to the new project.
handleErrorOutput(String) - method in class net.sf.antcontrib.logic.AntFetch
Pass output sent to System.err to the new project.
handleErrorOutput(String) - method in class net.sf.antcontrib.logic.ForEach
handleInput(InputRequest) - method in class net.sf.antcontrib.input.GUIInputHandler
Prompts and requests input.
handleOutput(String) - method in class net.sf.antcontrib.logic.AntCallBack
Pass output sent to System.out to the new project.
handleOutput(String) - method in class net.sf.antcontrib.logic.AntFetch
Pass output sent to System.out to the new project.
handleOutput(String) - method in class net.sf.antcontrib.logic.ForEach
HelloWorldCommand - class net.sf.antcontrib.antserver.commands.HelloWorldCommand
Place class description here.
HOUR - static field in class net.sf.antcontrib.process.Limit.TimeUnit
HOUR_UNIT - static field in class net.sf.antcontrib.process.Limit.TimeUnit

I

ieeeremainder(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
IfTask - class net.sf.antcontrib.logic.IfTask
Perform some tasks based on whether a given condition holds true or not.
IniFile - class net.sf.antcontrib.inifile.IniFile
Class representing a windows style .ini file.
IniFile() - constructor for class net.sf.antcontrib.inifile.IniFile
Create a new IniFile object
IniFileTask - class net.sf.antcontrib.inifile.IniFileTask
Place class description here.
IniFileTask() - constructor for class net.sf.antcontrib.inifile.IniFileTask
IniFileTask.IniOperation - class net.sf.antcontrib.inifile.IniFileTask.IniOperation
IniOperation() - constructor for class net.sf.antcontrib.inifile.IniFileTask.IniOperation
IniPart - interface net.sf.antcontrib.inifile.IniPart
A part of an IniFile that might be written to disk.
IniProperty - class net.sf.antcontrib.inifile.IniProperty
A single property in an IniSection.
IniProperty() - constructor for class net.sf.antcontrib.inifile.IniProperty
Default constructor
IniProperty(String,String) - constructor for class net.sf.antcontrib.inifile.IniProperty
Construct an IniProperty with a certain name and value
IniSection - class net.sf.antcontrib.inifile.IniSection
A section within an IniFile.
IniSection() - constructor for class net.sf.antcontrib.inifile.IniSection
Default contructor, constructs an IniSectino with no name
IniSection(String) - constructor for class net.sf.antcontrib.inifile.IniSection
Constructs an IniSection with the given name
init() - method in class net.sf.antcontrib.logic.AntCallBack
Creates a Project instance for the project to call.
init() - method in class net.sf.antcontrib.logic.AntFetch
Creates a Project instance for the project to call.
InstructionVisitor - class net.sf.antcontrib.design.InstructionVisitor
isActive(org.apache.tools.ant.Project) - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
Returns true if the define's if and unless conditions (if any) are satisfied.
isClassInPackage(String,net.sf.antcontrib.design.Package) - method in class net.sf.antcontrib.design.Design
IsGreaterThan - class net.sf.antcontrib.logic.condition.IsGreaterThan
Extends Equals condition to test if the first argument is greater than the second argument.
isIncludeSubpackages() - method in class net.sf.antcontrib.design.Package
isInheritall() - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
isInheritall() - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
isInteritrefs() - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
isInteritrefs() - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
IsLessThan - class net.sf.antcontrib.logic.condition.IsLessThan
Extends Equals condition to test if the first argument is less than the second argument.
isNeedDeclarations() - method in class net.sf.antcontrib.design.Package
IsPropertyFalse - class net.sf.antcontrib.logic.condition.IsPropertyFalse
Extends IsFalse condition to check the value of a specified property.
IsPropertyTrue - class net.sf.antcontrib.logic.condition.IsPropertyTrue
Extends IsTrue condition to check the value of a specified property.
isSucceeded() - method in class net.sf.antcontrib.antserver.Response
iterator() - method in class net.sf.antcontrib.logic.OutOfDate
Call evalute and return an iterator over the result

L

Limit - class net.sf.antcontrib.process.Limit
Limits the amount of time that a task or set of tasks can run.
Log - interface net.sf.antcontrib.design.Log
log(String) - method in class net.sf.antcontrib.walls.SilentCopy
log(String) - method in class net.sf.antcontrib.walls.SilentMove
log(String,int) - method in class net.sf.antcontrib.walls.CompileWithWalls
log(String,int) - method in class net.sf.antcontrib.design.Log
log(String,int) - method in class net.sf.antcontrib.walls.SilentCopy
log(String,int) - method in class net.sf.antcontrib.walls.SilentMove
log(String,int) - method in class net.sf.antcontrib.design.VerifyDesignDelegate

M

main(String[]) - static method in class net.sf.antcontrib.AntContribVersion
The main program for MockVersion that prints the version info from the manifest file.
main(String[]) - static method in class net.sf.antcontrib.perf.AntPerformanceListener
main(String[]) - static method in class net.sf.antcontrib.logic.Assert
main(String[]) - static method in class net.sf.antcontrib.perf.StopWatch
Math - class net.sf.antcontrib.math.Math
Utility class for executing calculations.
MathTask - class net.sf.antcontrib.math.MathTask
Task for mathematical operations.
MathTask() - constructor for class net.sf.antcontrib.math.MathTask
max(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
maybeConfigure() - method in class net.sf.antcontrib.logic.Assert
Override maybeConfigure in a way that leaves the nested tasks unconfigured until they get executed.
maybeConfigure() - method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
Override maybeConfigure in a way that leaves the nested tasks unconfigured until they get executed.
messageLogged(BuildEvent) - method in class net.sf.antcontrib.perf.AntPerformanceListener
no-op
messageLogged(BuildEvent) - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
MILLISECOND - static field in class net.sf.antcontrib.process.Limit.TimeUnit
MILLISECOND_UNIT - static field in class net.sf.antcontrib.process.Limit.TimeUnit
static unit objects, for use as sensible defaults
min(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
MINUTE - static field in class net.sf.antcontrib.process.Limit.TimeUnit
MINUTE_UNIT - static field in class net.sf.antcontrib.process.Limit.TimeUnit
mod(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
multiply(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
OutOfDate.MyMapper - class net.sf.antcontrib.logic.OutOfDate.MyMapper
Wrapper for mapper - includes dir
MyMapper(Project) - constructor for class net.sf.antcontrib.logic.OutOfDate.MyMapper
Creates a new MyMapper instance.

N

Numeric - class net.sf.antcontrib.math.Numeric
A numeric value that implements Evaluateable.

O

operate(net.sf.antcontrib.inifile.IniFile) - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
operate(net.sf.antcontrib.inifile.IniFile) - method in class net.sf.antcontrib.inifile.IniFileTask.Remove
operate(net.sf.antcontrib.inifile.IniFile) - method in class net.sf.antcontrib.inifile.IniFileTask.Set
Operation - class net.sf.antcontrib.math.Operation
Class to represent a mathematical operation.
OsFamily - class net.sf.antcontrib.platform.OsFamily
Task definition for the OsFamily task.
OsFamily() - constructor for class net.sf.antcontrib.platform.OsFamily
OutOfDate - class net.sf.antcontrib.logic.OutOfDate
Task to help in calling tasks if generated files are older than source files.

P

Package - class net.sf.antcontrib.design.Package
FILL IN JAVADOC HERE
Package - class net.sf.antcontrib.walls.Package
FILL IN JAVADOC HERE
partition(Vector,int,int) - method in class net.sf.antcontrib.logic.TimestampSelector
PathToFileSet - class net.sf.antcontrib.property.PathToFileSet
Platform - class net.sf.antcontrib.platform.Platform
PostTask - class net.sf.antcontrib.net.PostTask
This task does an http post.
Prop - class net.sf.antcontrib.net.Prop
Simple bean to represent a name/value pair.
PropertyContainer - class net.sf.antcontrib.antserver.commands.PropertyContainer
Place class description here.
PropertyContainer() - constructor for class net.sf.antcontrib.antserver.commands.PropertyContainer
PropertyCopy - class net.sf.antcontrib.property.PropertyCopy
Task definition for the propertycopy task, which copies the value of a named property to another property.
PropertyCopy() - constructor for class net.sf.antcontrib.property.PropertyCopy
Default Constructor
PropertySelector - class net.sf.antcontrib.property.PropertySelector
Place class description here.
PropertySelector() - constructor for class net.sf.antcontrib.property.PropertySelector

R

radians(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
random(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
read(Reader) - method in class net.sf.antcontrib.inifile.IniFile
Reads from a Reader into the current IniFile instance.
AntCallBack.Reference - class net.sf.antcontrib.logic.AntCallBack.Reference
Helper class that implements the nested <reference> element of <ant> and <antcall>.
AntFetch.Reference - class net.sf.antcontrib.logic.AntFetch.Reference
Helper class that implements the nested <reference> element of <ant> and <antcall>.
Reference() - constructor for class net.sf.antcontrib.logic.AntCallBack.Reference
Creates a reference to be configured by Ant
Reference() - constructor for class net.sf.antcontrib.logic.AntFetch.Reference
Creates a reference to be configured by Ant
ReferenceContainer - class net.sf.antcontrib.antserver.commands.ReferenceContainer
Place class description here.
ReferenceContainer() - constructor for class net.sf.antcontrib.antserver.commands.ReferenceContainer
Reflector - class net.sf.antcontrib.util.Reflector
Utility class to handle reflection on java objects.
Reflector(Object) - constructor for class net.sf.antcontrib.util.Reflector
Constructor using a passed in object.
Reflector(String) - constructor for class net.sf.antcontrib.util.Reflector
Constructor for the wrapper using a classname
RegexTask - class net.sf.antcontrib.property.RegexTask
Place class description here.
RegexTask() - constructor for class net.sf.antcontrib.property.RegexTask
RegexUtil - class net.sf.antcontrib.property.RegexUtil
Regular Expression utilities
IniFileTask.Remove - class net.sf.antcontrib.inifile.IniFileTask.Remove
Remove() - constructor for class net.sf.antcontrib.inifile.IniFileTask.Remove
removeProperty(String) - method in class net.sf.antcontrib.inifile.IniSection
Removes a property from this ection
removeProperty(String,String) - method in class net.sf.antcontrib.inifile.IniFile
Removes a property from a section.
removeSection(String) - method in class net.sf.antcontrib.inifile.IniFile
Removes an entire section from the IniFile
respond(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.commands.AbstractCommand
Process any additional data from a response.
respond(Project,long,InputStream) - method in class net.sf.antcontrib.antserver.Command
Process any additional data from a response.
Response - class net.sf.antcontrib.antserver.Response
Place class description here.
Response() - constructor for class net.sf.antcontrib.antserver.Response
returnThread(net.sf.antcontrib.util.ThreadPoolThread) - method in class net.sf.antcontrib.util.ThreadPool
rint(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
round(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
run() - method in class net.sf.antcontrib.antserver.server.ConnectionHandler
run() - method in class net.sf.antcontrib.process.ForgetTask
run() - method in class net.sf.antcontrib.antserver.server.Server
run() - method in class net.sf.antcontrib.util.ThreadPoolThread
RunAntCommand - class net.sf.antcontrib.antserver.commands.RunAntCommand
Place class description here.
RunAntCommand() - constructor for class net.sf.antcontrib.antserver.commands.RunAntCommand
RunTargetCommand - class net.sf.antcontrib.antserver.commands.RunTargetCommand
Place class description here.
RunTargetCommand() - constructor for class net.sf.antcontrib.antserver.commands.RunTargetCommand
RunTargetTask - class net.sf.antcontrib.logic.RunTargetTask
Ant task that runs a target without creating a new project.
runTests() - static method in class net.sf.antcontrib.logic.Assert

S

SECOND - static field in class net.sf.antcontrib.process.Limit.TimeUnit
SECOND_UNIT - static field in class net.sf.antcontrib.process.Limit.TimeUnit
select(String,Vector) - static method in class net.sf.antcontrib.property.RegexUtil
Parse a select string, and merge it with a match groups vector to produce an output string.
sendCommand(net.sf.antcontrib.antserver.Command) - method in class net.sf.antcontrib.antserver.client.Client
SendFileCommand - class net.sf.antcontrib.antserver.commands.SendFileCommand
Place class description here.
Server - class net.sf.antcontrib.antserver.server.Server
Place class description here.
Server(net.sf.antcontrib.antserver.server.ServerTask,int) - constructor for class net.sf.antcontrib.antserver.server.Server
ServerTask - class net.sf.antcontrib.antserver.server.ServerTask
Place class description here.
ServerTask() - constructor for class net.sf.antcontrib.antserver.server.ServerTask
IniFileTask.Set - class net.sf.antcontrib.inifile.IniFileTask.Set
Set() - constructor for class net.sf.antcontrib.inifile.IniFileTask.Set
setAction(String) - method in class net.sf.antcontrib.perf.StopWatchTask
setAge(String) - method in class net.sf.antcontrib.logic.TimestampSelector
setAll(boolean) - method in class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
whether to delete all the targets or just those that are newer than the corresponding sources.
setAllTargets(String) - method in class net.sf.antcontrib.logic.OutOfDate
A property to contain all the target filenames
setAllTargetsPath(String) - method in class net.sf.antcontrib.logic.OutOfDate
A refernce to contain the path of all the targets
setAntfile(String) - method in class net.sf.antcontrib.logic.AntCallBack
The build file to use.
setAntfile(String) - method in class net.sf.antcontrib.logic.AntFetch
The build file to use.
setAntFile(String) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
setAppend(boolean) - method in class net.sf.antcontrib.net.PostTask
Should the log file be appended to or overwritten? Default is true, append to the file.
setArg1(String) - method in class net.sf.antcontrib.logic.condition.IsGreaterThan
setArg1(String) - method in class net.sf.antcontrib.logic.condition.IsLessThan
setArg1(String) - method in class net.sf.antcontrib.math.Operation
setArg2(String) - method in class net.sf.antcontrib.logic.condition.IsGreaterThan
setArg2(String) - method in class net.sf.antcontrib.logic.condition.IsLessThan
setArg2(String) - method in class net.sf.antcontrib.math.Operation
setArg3(String) - method in class net.sf.antcontrib.math.Operation
setArg4(String) - method in class net.sf.antcontrib.math.Operation
setArg5(String) - method in class net.sf.antcontrib.math.Operation
setCaseInsensitive(boolean) - method in class net.sf.antcontrib.logic.Switch
setCasesensitive(boolean) - method in class net.sf.antcontrib.logic.condition.IsGreaterThan
Should the comparison be case sensitive?
setCasesensitive(boolean) - method in class net.sf.antcontrib.logic.condition.IsLessThan
Should the comparison be case sensitive?
setCaseSensitive(boolean) - method in class net.sf.antcontrib.property.PropertySelector
setCaseSensitive(boolean) - method in class net.sf.antcontrib.property.RegexTask
setCasesensitive(boolean) - method in class net.sf.antcontrib.property.SortList
setCircularDesign(boolean) - method in class net.sf.antcontrib.design.VerifyDesign
setCircularDesign(boolean) - method in class net.sf.antcontrib.design.VerifyDesignDelegate
Set the collection attribute, controls what is returned by the iterator method.
setCommand(Commandline) - method in class net.sf.antcontrib.platform.ShellScriptTask
Disallow the command attribute of parent class ExecTask.
setContentLength(long) - method in class net.sf.antcontrib.antserver.Response
setCount(int) - method in class net.sf.antcontrib.logic.TimestampSelector
setCurrentClass(String) - method in class net.sf.antcontrib.design.Design
setDaemon(boolean) - method in class net.sf.antcontrib.process.ForgetTask
setDataType(String) - method in class net.sf.antcontrib.math.MathTask
setDatatype(String) - method in class net.sf.antcontrib.math.Numeric
Sets the datatype of this number.
setDatatype(String) - method in class net.sf.antcontrib.math.Operation
setDays(int) - method in class net.sf.antcontrib.process.Limit
Set a day wait value.
setDefaultValue(String) - method in class net.sf.antcontrib.property.RegexTask
setDelimiter(char) - method in class net.sf.antcontrib.property.PropertySelector
setDelimiter(String) - method in class net.sf.antcontrib.logic.For
Set the delimiter attribute.
setDelimiter(String) - method in class net.sf.antcontrib.logic.ForDelegate
Set the delimiter attribute.
setDelimiter(String) - method in class net.sf.antcontrib.logic.ForEach
setDelimiter(String) - method in class net.sf.antcontrib.property.SortList
setDepends(String) - method in class net.sf.antcontrib.walls.Package
setDesign(File) - method in class net.sf.antcontrib.design.VerifyDesign
setDesign(File) - method in class net.sf.antcontrib.design.VerifyDesignDelegate
setDest(File) - method in class net.sf.antcontrib.inifile.IniFileTask
setDir(File) - method in class net.sf.antcontrib.logic.AntCallBack
The directory to use as a base directory for the new Ant project.
setDir(File) - method in class net.sf.antcontrib.logic.AntFetch
The directory to use as a base directory for the new Ant project.
setDir(File) - method in class net.sf.antcontrib.logic.OutOfDate.MyMapper
setDir(File) - method in class net.sf.antcontrib.property.PathToFileSet
setDir(String) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
setDistinct(boolean) - method in class net.sf.antcontrib.property.PropertySelector
setDomain(String) - method in class net.sf.antcontrib.net.PostTask.Cookie
setDynamicAttribute(String,String) - method in class net.sf.antcontrib.math.MathTask
setDynamicAttribute(String,String) - method in class net.sf.antcontrib.math.Operation
setEncoding(String) - method in class net.sf.antcontrib.net.PostTask
Sets the encoding of the outgoing properties, default is UTF-8.
setErrorMessage(String) - method in class net.sf.antcontrib.antserver.Response
setErrorStackTrace(String) - method in class net.sf.antcontrib.antserver.Response
setExcludes(String) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setExecutable(String) - method in class net.sf.antcontrib.platform.ShellScriptTask
Sets the shell used to run the script.
setExecute(String) - method in class net.sf.antcontrib.logic.Assert
Ant boolean, if true, execute any contained tasks.
setExists(String) - method in class net.sf.antcontrib.logic.Assert
Set the 'exists' attribute.
setFailOnError(boolean) - method in class net.sf.antcontrib.antserver.client.ClientTask
setFailonerror(boolean) - method in class net.sf.antcontrib.process.Limit
Determines whether the build should fail if the time limit has expired on this task.
setFailOnError(boolean) - method in class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
setFailonerror(boolean) - method in class net.sf.antcontrib.net.PostTask
Should the build fail if the post fails?
setFailonerror(String) - method in class net.sf.antcontrib.logic.Assert
Ant boolean, stop the build process if the assertion fails.
setFaultReason(String) - method in class net.sf.antcontrib.walls.Package
FILL IN JAVADOC HERE
setFile(File) - method in class net.sf.antcontrib.net.PostTask
Set the name of a file to read a set of properties from.
setFile(File) - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
setFile(File) - method in class net.sf.antcontrib.property.Variable
Set the name of a file to read properties from.
setForce(boolean) - method in class net.sf.antcontrib.logic.OutOfDate
whether to allways be outofdate
setFrom(String) - method in class net.sf.antcontrib.property.PropertyCopy
setGlobal(boolean) - method in class net.sf.antcontrib.property.RegexTask
setHours(int) - method in class net.sf.antcontrib.process.Limit
Set an hours wait value.
setIdContainer(String) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setIf(String) - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
setIgnoreNonRelative(boolean) - method in class net.sf.antcontrib.property.PathToFileSet
setIncludeLibs(boolean) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setIncludeOutput(boolean) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setIncludes(String) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setIncludeSource(boolean) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setIncludeSubpackages(boolean) - method in class net.sf.antcontrib.design.Package
setInheritAll(boolean) - method in class net.sf.antcontrib.logic.AntCallBack
If true, pass all properties to the new Ant project.
setInheritAll(boolean) - method in class net.sf.antcontrib.logic.AntFetch
If true, pass all properties to the new Ant project.
setInheritall(boolean) - method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s inheritall attribute.
setInheritall(boolean) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
setInheritall(boolean) - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
setInheritRefs(boolean) - method in class net.sf.antcontrib.logic.AntCallBack
If true, pass all references to the new Ant project.
setInheritRefs(boolean) - method in class net.sf.antcontrib.logic.AntFetch
If true, pass all references to the new Ant project.
setInheritrefs(boolean) - method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s inheritrefs attribute.
setInput(String) - method in class net.sf.antcontrib.property.RegexTask
setInputString(String) - method in class net.sf.antcontrib.platform.ShellScriptTask
Sets script code to s.
setInteritrefs(boolean) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
setInteritrefs(boolean) - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
setIntermediaryBuildDir(File) - method in class net.sf.antcontrib.walls.CompileWithWalls
setJar(File) - method in class net.sf.antcontrib.design.VerifyDesign
setJar(File) - method in class net.sf.antcontrib.design.VerifyDesignDelegate
setKeepgoing(boolean) - method in class net.sf.antcontrib.logic.For
Set the keepgoing attribute, indicating whether we should stop on errors or continue heedlessly onward.
setKeepgoing(boolean) - method in class net.sf.antcontrib.logic.ForDelegate
Set the keepgoing attribute, indicating whether we should stop on errors or continue heedlessly onward.
setList(String) - method in class net.sf.antcontrib.logic.For
Set the list attribute.
setList(String) - method in class net.sf.antcontrib.logic.ForDelegate
Set the list attribute.
setList(String) - method in class net.sf.antcontrib.logic.ForEach
setLocation(File) - method in class net.sf.antcontrib.property.URLEncodeTask
setLogfile(File) - method in class net.sf.antcontrib.net.PostTask
Set the name of a file to save the response to.
setLogger(TaskLogger) - method in class net.sf.antcontrib.logic.ForDelegate
Specify a logger to be used for passing along messages.
setMachine(String) - method in class net.sf.antcontrib.antserver.client.ClientTask
setMatch(String) - method in class net.sf.antcontrib.property.PropertySelector
setMaxThreads(int) - method in class net.sf.antcontrib.logic.ForEach
Set the maximum amount of threads we're going to allow at once to execute
setMaxwait(int) - method in class net.sf.antcontrib.process.Limit
How long to wait for all nested tasks to complete, in units.
setMaxwait(int) - method in class net.sf.antcontrib.net.PostTask
How long to wait on the remote server.
setMaxWaitUnit(net.sf.antcontrib.process.Limit.TimeUnit) - method in class net.sf.antcontrib.process.Limit
Set the max wait time unit, default is minutes.
setMessage(String) - method in class net.sf.antcontrib.logic.Assert
setMilliseconds(int) - method in class net.sf.antcontrib.process.Limit
Set a millisecond wait value.
setMinutes(int) - method in class net.sf.antcontrib.process.Limit
Set a minute wait value.
setName(String) - method in class net.sf.antcontrib.logic.Assert
Set the name of the property to test.
setName(String) - method in class net.sf.antcontrib.design.Depends
setName(String) - method in class net.sf.antcontrib.inifile.IniProperty
Sets the name of the property
setName(String) - method in class net.sf.antcontrib.inifile.IniSection
Sets the name of the section
setName(String) - method in class net.sf.antcontrib.design.Package
setName(String) - method in class net.sf.antcontrib.walls.Package
setName(String) - method in class net.sf.antcontrib.property.PathToFileSet
setName(String) - method in class net.sf.antcontrib.net.Prop
setName(String) - method in class net.sf.antcontrib.antserver.commands.PropertyContainer
setName(String) - method in class net.sf.antcontrib.property.PropertyCopy
setName(String) - method in class net.sf.antcontrib.perf.StopWatchTask
setName(String) - method in class net.sf.antcontrib.property.URLEncodeTask
setName(String) - method in class net.sf.antcontrib.property.Variable
Set the name of the property.
setNeedDeclarations(boolean) - method in class net.sf.antcontrib.design.Package
setNumeric(boolean) - method in class net.sf.antcontrib.property.SortList
setOp(String) - method in class net.sf.antcontrib.math.Operation
setOperand1(String) - method in class net.sf.antcontrib.math.MathTask
setOperand2(String) - method in class net.sf.antcontrib.math.MathTask
setOperation(String) - method in class net.sf.antcontrib.inifile.IniFileTask.Set
setOperation(String) - method in class net.sf.antcontrib.math.MathTask
setOperation(String) - method in class net.sf.antcontrib.math.Operation
setOrderPropertyFile(File) - method in class net.sf.antcontrib.property.SortList
setOrderPropertyFilePrefix(String) - method in class net.sf.antcontrib.property.SortList
setOutput(String) - method in class net.sf.antcontrib.logic.AntCallBack
Filename to write the output to.
setOutput(String) - method in class net.sf.antcontrib.logic.AntFetch
Filename to write the output to.
setOutputSetId(String) - method in class net.sf.antcontrib.logic.TimestampSelector
setOutputSources(String) - method in class net.sf.antcontrib.logic.OutOfDate
A property to contain the output source files
setOutputSourcesPath(String) - method in class net.sf.antcontrib.logic.OutOfDate
A reference to the path containing all the sources files.
setOutputTargets(String) - method in class net.sf.antcontrib.logic.OutOfDate
A property to contain the output target files
setOutputTargetsPath(String) - method in class net.sf.antcontrib.logic.OutOfDate
A reference to contain the path of target files that are outofdate
setOverride(boolean) - method in class net.sf.antcontrib.property.AbstractPropertySetterTask
setOwningTarget(Target) - method in class net.sf.antcontrib.logic.For
setOwningTarget(Target) - method in class net.sf.antcontrib.logic.ForDelegate
setPackage(String) - method in class net.sf.antcontrib.design.Package
setPackage(String) - method in class net.sf.antcontrib.walls.Package
setParallel(boolean) - method in class net.sf.antcontrib.logic.For
Attribute whether to execute the loop in parallel or in sequence.
setParallel(boolean) - method in class net.sf.antcontrib.logic.ForDelegate
Attribute whether to execute the loop in parallel or in sequence.
setParallel(boolean) - method in class net.sf.antcontrib.logic.ForEach
setParam(String) - method in class net.sf.antcontrib.logic.For
Set the param attribute.
setParam(String) - method in class net.sf.antcontrib.logic.ForDelegate
Set the param attribute.
setParam(String) - method in class net.sf.antcontrib.logic.ForEach
setPath(String) - method in class net.sf.antcontrib.net.PostTask.Cookie
setPathRef(Reference) - method in class net.sf.antcontrib.logic.TimestampSelector
setPathRefId(String) - method in class net.sf.antcontrib.property.PathToFileSet
setPathSep(char) - method in class net.sf.antcontrib.logic.TimestampSelector
setPersistant(boolean) - method in class net.sf.antcontrib.antserver.client.ClientTask
setPort(int) - method in class net.sf.antcontrib.antserver.client.ClientTask
setPort(int) - method in class net.sf.antcontrib.antserver.server.ServerTask
setproduce(String) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setProject(Project) - method in class net.sf.antcontrib.logic.For
setProject(Project) - method in class net.sf.antcontrib.logic.ForDelegate
setProject(String) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setProperties(Vector) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
setProperties(Vector) - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
setProperty(net.sf.antcontrib.inifile.IniProperty) - method in class net.sf.antcontrib.inifile.IniSection
Sets a property, replacing the old value, if necessary.
setProperty(String) - method in class net.sf.antcontrib.property.AbstractPropertySetterTask
setProperty(String) - method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
The name of the property to set.
setProperty(String) - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
setProperty(String) - method in class net.sf.antcontrib.logic.condition.IsPropertyFalse
setProperty(String) - method in class net.sf.antcontrib.logic.condition.IsPropertyTrue
setProperty(String) - method in class net.sf.antcontrib.process.Limit
Name the property to set after a timeout.
setProperty(String) - method in class net.sf.antcontrib.platform.OsFamily
setProperty(String) - method in class net.sf.antcontrib.logic.OutOfDate
The property to set if any of the target files are outofdate with regard to any of the source files.
setProperty(String) - method in class net.sf.antcontrib.net.PostTask
Set the name of a property to save the response to.
setProperty(String) - method in class net.sf.antcontrib.logic.TimestampSelector
setProperty(String) - method in class net.sf.antcontrib.logic.TryCatchTask
Sets the property attribute.
setProperty(String,String,String) - method in class net.sf.antcontrib.inifile.IniFile
Sets the value of a property in a given section.
setPropertyValue(String) - method in class net.sf.antcontrib.property.AbstractPropertySetterTask
setProxy(Object) - method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
setQuiet(boolean) - method in class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
setReference(String) - method in class net.sf.antcontrib.logic.TryCatchTask
Sets the reference attribute.
setReferences(Vector) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
setReferences(Vector) - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
setRefid(Reference) - method in class net.sf.antcontrib.property.SortList
setRefid(Reference) - method in class net.sf.antcontrib.logic.Throw
The reference that points to a BuildException.
setRefid(Reference) - method in class net.sf.antcontrib.property.URLEncodeTask
setRefid(String) - method in class net.sf.antcontrib.antserver.commands.ReferenceContainer
setRegexp(String) - method in class net.sf.antcontrib.property.RegexTask
setReplace(String) - method in class net.sf.antcontrib.property.RegexTask
setResult(String) - method in class net.sf.antcontrib.math.MathTask
setResultsXml(String) - method in class net.sf.antcontrib.antserver.Response
setReturn(String) - method in class net.sf.antcontrib.logic.AntCallBack
Set the property or properties that are set in the new project to be transfered back to the original project.
setReturn(String) - method in class net.sf.antcontrib.logic.AntFetch
Set the property or properties that are set in the new project to be transfered back to the original project.
setRunnable(Runnable) - method in class net.sf.antcontrib.util.ThreadPoolThread
setSeconds(int) - method in class net.sf.antcontrib.process.Limit
Set a second wait value.
setSection(net.sf.antcontrib.inifile.IniSection) - method in class net.sf.antcontrib.inifile.IniFile
Sets an IniSection object.
setSection(String) - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
setSelect(String) - method in class net.sf.antcontrib.property.PropertySelector
setSelect(String) - method in class net.sf.antcontrib.property.RegexTask
setSeparator(String) - method in class net.sf.antcontrib.logic.OutOfDate
The separator to use to separate the files
setShell(String) - method in class net.sf.antcontrib.platform.ShellScriptTask
Sets the shell used to run the script.
setSilent(boolean) - method in class net.sf.antcontrib.property.PropertyCopy
setSource(File) - method in class net.sf.antcontrib.inifile.IniFileTask
setStrict(boolean) - method in class net.sf.antcontrib.math.MathTask
setStrict(boolean) - method in class net.sf.antcontrib.math.Operation
setSucceeded(boolean) - method in class net.sf.antcontrib.antserver.Response
setTarget(String) - method in class net.sf.antcontrib.logic.AntCallBack
The target of the new Ant project to execute.
setTarget(String) - method in class net.sf.antcontrib.logic.AntFetch
The target of the new Ant project to execute.
setTarget(String) - method in class net.sf.antcontrib.logic.ForEach
setTarget(String) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
setTarget(String) - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
setTarget(String) - method in class net.sf.antcontrib.logic.RunTargetTask
The target attribute
setThreadCount(int) - method in class net.sf.antcontrib.logic.For
Set the maximum amount of threads we're going to allow to execute in parallel
setThreadCount(int) - method in class net.sf.antcontrib.logic.ForDelegate
Set the maximum amount of threads we're going to allow to execute in parallel
setThrowable(String) - method in class net.sf.antcontrib.logic.TryCatchTask.CatchBlock
setThrowable(Throwable) - method in class net.sf.antcontrib.antserver.Response
setTmpSuffix(String) - method in class net.sf.antcontrib.platform.ShellScriptTask
Sets the suffix for the tmp file used to contain the script.
setTo(URL) - method in class net.sf.antcontrib.net.PostTask
Set the url to post to.
setTodir(String) - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
setTofile(String) - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
setToRefid(String) - method in class net.sf.antcontrib.logic.AntCallBack.Reference
Set the id that this reference to be stored under in the new project.
setToRefid(String) - method in class net.sf.antcontrib.logic.AntFetch.Reference
Set the id that this reference to be stored under in the new project.
setToRefId(String) - method in class net.sf.antcontrib.antserver.commands.ReferenceContainer
setTrim(boolean) - method in class net.sf.antcontrib.logic.For
Set the trim attribute.
setTrim(boolean) - method in class net.sf.antcontrib.logic.ForDelegate
Set the trim attribute.
setTrim(boolean) - method in class net.sf.antcontrib.logic.ForEach
setTrim(boolean) - method in class net.sf.antcontrib.logic.condition.IsGreaterThan
Should we want to trim the arguments before comparing them?
setTrim(boolean) - method in class net.sf.antcontrib.logic.condition.IsLessThan
Should we want to trim the arguments before comparing them?
setUnit(String) - method in class net.sf.antcontrib.process.Limit
Sets the unit for the max wait.
setUnless(String) - method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
setUnset(boolean) - method in class net.sf.antcontrib.property.Variable
Determines whether the property should be removed from the project.
setValue(String) - method in class net.sf.antcontrib.logic.Assert
Set the expected value of the property.
setValue(String) - method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
The value for the property to set, if condition evaluates to true.
setValue(String) - method in class net.sf.antcontrib.inifile.IniFileTask.Set
setValue(String) - method in class net.sf.antcontrib.inifile.IniProperty
Sets the value of the property
setValue(String) - method in class net.sf.antcontrib.process.Limit
The value for the property to set after a timeout, defaults to true.
setValue(String) - method in class net.sf.antcontrib.math.Numeric
Set the value for this number.
setValue(String) - method in class net.sf.antcontrib.logic.OutOfDate
The value to set the named property to the target files are outofdate
setValue(String) - method in class net.sf.antcontrib.net.Prop
setValue(String) - method in class net.sf.antcontrib.antserver.commands.PropertyContainer
setValue(String) - method in class net.sf.antcontrib.property.SortList
setValue(String) - method in class net.sf.antcontrib.logic.Switch
Sets the value being switched on
setValue(String) - method in class net.sf.antcontrib.logic.Switch.Case
setValue(String) - method in class net.sf.antcontrib.property.URLEncodeTask
setValue(String) - method in class net.sf.antcontrib.property.Variable
Set the value of the property.
setValueProgrammatically(String) - method in class net.sf.antcontrib.process.Limit.TimeUnit
set the inner value programmatically.
setVerbose(boolean) - method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setVerbose(boolean) - method in class net.sf.antcontrib.logic.OutOfDate
whether to have verbose output
setVerbose(boolean) - method in class net.sf.antcontrib.net.PostTask
If true, progress messages and returned data from the post will be displayed.
setWalls(File) - method in class net.sf.antcontrib.walls.CompileWithWalls
setWantresponse(boolean) - method in class net.sf.antcontrib.net.PostTask
Default is true, get the response from the post.
setWeeks(int) - method in class net.sf.antcontrib.process.Limit
Set a week wait value.
ShellScriptTask - class net.sf.antcontrib.platform.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.).
shutdown() - method in class net.sf.antcontrib.antserver.client.Client
shutdown() - method in class net.sf.antcontrib.antserver.server.ServerTask
ShutdownCommand - class net.sf.antcontrib.antserver.commands.ShutdownCommand
Place class description here.
SilentCopy - class net.sf.antcontrib.walls.SilentCopy
FILL IN JAVADOC HERE
SilentMove - class net.sf.antcontrib.walls.SilentMove
FILL IN JAVADOC HERE
sin(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
sort(Vector) - method in class net.sf.antcontrib.logic.TimestampSelector
sort(Vector,int,int) - method in class net.sf.antcontrib.logic.TimestampSelector
SortList - class net.sf.antcontrib.property.SortList
Place class description here.
SortList() - constructor for class net.sf.antcontrib.property.SortList
SOURCES - static field in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
Constants for the enumerations
sqrt(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
start() - method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Starts/restarts the stopwatch.
start() - method in class net.sf.antcontrib.antserver.server.ConnectionHandler
start() - method in class net.sf.antcontrib.antserver.server.Server
start() - method in class net.sf.antcontrib.perf.StopWatch
Starts/restarts the stopwatch.
stop() - method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Stops the stopwatch.
stop() - method in class net.sf.antcontrib.antserver.server.Server
stop() - method in class net.sf.antcontrib.perf.StopWatch
Stops the stopwatch.
A stopwatch, useful for 'quick and dirty' performance testing.
StopWatch - class net.sf.antcontrib.perf.StopWatch
A stopwatch, useful for 'quick and dirty' performance testing.
StopWatch() - constructor for class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Starts the stopwatch.
StopWatch() - constructor for class net.sf.antcontrib.perf.StopWatch
Starts the stopwatch.
StopWatch(String) - constructor for class net.sf.antcontrib.perf.StopWatch
Starts the stopwatch.
Compares the total times for two StopWatches.
StopWatchTask - class net.sf.antcontrib.perf.StopWatchTask
Assists in timing tasks and/or targets.
subtract(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
swap(Vector,int,int) - method in class net.sf.antcontrib.logic.TimestampSelector
Switch - class net.sf.antcontrib.logic.Switch
Task definition for the ANT task to switch on a particular value.
Switch() - constructor for class net.sf.antcontrib.logic.Switch
Default Constructor

T

tan(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
TARGET_CLASSPATH - static field in class net.sf.antcontrib.antclipse.ClassPathTask
TARGET_FILESET - static field in class net.sf.antcontrib.antclipse.ClassPathTask
targetFinished(BuildEvent) - method in class net.sf.antcontrib.perf.AntPerformanceListener
Stop timing the given target.
targetFinished(BuildEvent) - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
TARGETS - static field in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
Constants for the enumerations
targetStarted(BuildEvent) - method in class net.sf.antcontrib.perf.AntPerformanceListener
Start timing the given target.
targetStarted(BuildEvent) - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
taskFinished(BuildEvent) - method in class net.sf.antcontrib.perf.AntPerformanceListener
Stop timing the given task.
taskFinished(BuildEvent) - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
taskStarted(BuildEvent) - method in class net.sf.antcontrib.perf.AntPerformanceListener
Start timing the given task.
taskStarted(BuildEvent) - method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
ThreadPool - class net.sf.antcontrib.util.ThreadPool
Place class description here.
ThreadPool(int) - constructor for class net.sf.antcontrib.util.ThreadPool
ThreadPoolThread - class net.sf.antcontrib.util.ThreadPoolThread
Place class description here.
ThreadPoolThread(net.sf.antcontrib.util.ThreadPool) - constructor for class net.sf.antcontrib.util.ThreadPoolThread
Throw - class net.sf.antcontrib.logic.Throw
Extension of <fail> that can throw an exception that is a reference in the project.
TimestampSelector - class net.sf.antcontrib.logic.TimestampSelector
Task definition for the foreach task.
TimestampSelector() - constructor for class net.sf.antcontrib.logic.TimestampSelector
Default Constructor
Limit.TimeUnit - class net.sf.antcontrib.process.Limit.TimeUnit
The enumeration of units: millisecond, second, minute, hour, day, week Todo: we use timestamps in many places, why not factor this out
TimeUnit() - constructor for class net.sf.antcontrib.process.Limit.TimeUnit
todegrees(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
toMillis(long) - method in class net.sf.antcontrib.process.Limit.TimeUnit
convert the time in the current unit, to millis
toradians(String,boolean,operands[]) - static method in class net.sf.antcontrib.math.Math
toString() - method in class net.sf.antcontrib.AntContribVersion
Prints the version info the MockVersion represents.
toString() - method in class net.sf.antcontrib.design.Depends
toString() - method in class net.sf.antcontrib.math.Numeric
toString() - method in class net.sf.antcontrib.math.Operation
toString() - method in class net.sf.antcontrib.net.PostTask.Cookie
toString() - method in class net.sf.antcontrib.perf.StopWatch
Returns the total elapsed time of the stopwatch formatted in decimal seconds.
toString() - method in class net.sf.antcontrib.property.URLEncodeTask
total() - method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Total cumulative elapsed time.
total() - method in class net.sf.antcontrib.perf.StopWatch
Total cumulative elapsed time.
transferBytes(InputStream,long,OutputStream,boolean) - static method in class net.sf.antcontrib.antserver.Util
TryCatchTask - class net.sf.antcontrib.logic.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.

U

unit - field in class net.sf.antcontrib.process.Limit
URLEncodeTask - class net.sf.antcontrib.property.URLEncodeTask
Place class description here.
Util - class net.sf.antcontrib.antserver.Util
Place class description here.

V

validate() - method in class net.sf.antcontrib.property.AbstractPropertySetterTask
validate() - method in class net.sf.antcontrib.property.PropertyCopy
validate() - method in class net.sf.antcontrib.property.PropertySelector
validate() - method in class net.sf.antcontrib.property.RegexTask
validate() - method in class net.sf.antcontrib.property.SortList
validate() - method in class net.sf.antcontrib.property.URLEncodeTask
validate(Project) - method in class net.sf.antcontrib.antserver.Command
This should throw a build exception if the parameters are invalid.
validate(Project) - method in class net.sf.antcontrib.antserver.commands.DisconnectCommand
validate(Project) - method in class net.sf.antcontrib.antserver.commands.HelloWorldCommand
validate(Project) - method in class net.sf.antcontrib.antserver.commands.RunAntCommand
validate(Project) - method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
validate(Project) - method in class net.sf.antcontrib.antserver.commands.SendFileCommand
This should throw a build exception if the parameters are invalid.
validate(Project) - method in class net.sf.antcontrib.antserver.commands.ShutdownCommand
Variable - class net.sf.antcontrib.property.Variable
Similar to Property, but this property is mutable.
verifyDependencyOk(String) - method in class net.sf.antcontrib.design.Design
VerifyDesign - class net.sf.antcontrib.design.VerifyDesign
VerifyDesign() - constructor for class net.sf.antcontrib.design.VerifyDesign
VerifyDesignDelegate - class net.sf.antcontrib.design.VerifyDesignDelegate
VerifyDesignDelegate(Task) - constructor for class net.sf.antcontrib.design.VerifyDesignDelegate
visitANEWARRAY(ANEWARRAY) - method in class net.sf.antcontrib.design.InstructionVisitor
visitCHECKCAST(CHECKCAST) - method in class net.sf.antcontrib.design.InstructionVisitor
visitINSTANCEOF(INSTANCEOF) - method in class net.sf.antcontrib.design.InstructionVisitor
visitINVOKESTATIC(INVOKESTATIC) - method in class net.sf.antcontrib.design.InstructionVisitor
visitLoadInstruction(LoadInstruction) - method in class net.sf.antcontrib.design.InstructionVisitor
visitNEW(NEW) - method in class net.sf.antcontrib.design.InstructionVisitor
visitPUTSTATIC(PUTSTATIC) - method in class net.sf.antcontrib.design.InstructionVisitor

W

Walls - class net.sf.antcontrib.walls.Walls
FILL IN JAVADOC HERE
WEEK - static field in class net.sf.antcontrib.process.Limit.TimeUnit
WEEK_UNIT - static field in class net.sf.antcontrib.process.Limit.TimeUnit
write(Writer) - method in class net.sf.antcontrib.inifile.IniFile
Writes the current iniFile instance to a Writer object for serialization.
write(Writer) - method in class net.sf.antcontrib.inifile.IniPart
Write this part of the IniFile to a writer
write(Writer) - method in class net.sf.antcontrib.inifile.IniProperty
Write this property to a writer object.
write(Writer) - method in class net.sf.antcontrib.inifile.IniSection
Write this part of the IniFile to a writer
writeScript() - method in class net.sf.antcontrib.platform.ShellScriptTask
Writes the script lines to a temp file.