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

A

AbstractPropertySetterTask - class net.sf.antcontrib.property.AbstractPropertySetterTask.
Place class description here.
AbstractPropertySetterTask() - Constructor for class net.sf.antcontrib.property.AbstractPropertySetterTask
 
add(double[]) - Static method in class net.sf.antcontrib.property.Math
 
add(double, double) - Static method in class net.sf.antcontrib.property.Math
 
add(float[]) - Static method in class net.sf.antcontrib.property.Math
 
add(float, float) - Static method in class net.sf.antcontrib.property.Math
 
add(int[]) - Static method in class net.sf.antcontrib.property.Math
 
add(int, int) - Static method in class net.sf.antcontrib.property.Math
 
add(long[]) - Static method in class net.sf.antcontrib.property.Math
 
add(long, long) - Static method in class net.sf.antcontrib.property.Math
 
addBool(BooleanConditionTask) - Method in class net.sf.antcontrib.logic.Assert
 
addCatch(Sequential) - Method in class net.sf.antcontrib.logic.TryCatchTask
Adds a nested <catch> block - at most one is allowed.
addConfiguredOp(Op) - Method in class net.sf.antcontrib.property.Op
Add a nested operation.
addConfiguredOp(Op) - Method in class net.sf.antcontrib.property.MathTask
Add a nested operation.
addConfiguredPackage(Package) - Method in class net.sf.antcontrib.walls.Walls
 
addConfiguredProp(Prop) - Method in class net.sf.antcontrib.net.PostTask
Adds a name/value pair to post.
addConfiguredProperty(PropertyContainer) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
addConfiguredProperty(PropertyContainer) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
addConfiguredReference(ReferenceContainer) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
addConfiguredReference(ReferenceContainer) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
addConfiguredRunAnt(RunAntCommand) - Method in class net.sf.antcontrib.antserver.client.ClientTask
 
addConfiguredRunTarget(RunTargetCommand) - Method in class net.sf.antcontrib.antserver.client.ClientTask
 
addConfiguredSendFile(SendFileCommand) - Method in class net.sf.antcontrib.antserver.client.ClientTask
 
addConfiguredShutdown(ShutdownCommand) - Method in class net.sf.antcontrib.antserver.client.ClientTask
 
addDefault(Sequential) - Method in class net.sf.antcontrib.logic.Switch
Creates the <default> tag
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(IfTask.ElseIf) - Method in class net.sf.antcontrib.logic.IfTask
A nested Else if task
addFileset(FileSet) - Method in class net.sf.antcontrib.logic.ForEach
Deprecated. Use createPath instead.
addFinally(Sequential) - Method in class net.sf.antcontrib.logic.TryCatchTask
Adds a nested <finally> block - at most one is allowed.
addIsGreaterThan(IsGreaterThan) - Method in class net.sf.antcontrib.logic.condition.BooleanConditionBase
 
addIsLessThan(IsLessThan) - Method in class net.sf.antcontrib.logic.condition.BooleanConditionBase
 
addIsPropertyFalse(IsPropertyFalse) - Method in class net.sf.antcontrib.logic.condition.BooleanConditionBase
Adds a feature to the IsPropertyFalse attribute of the BooleanConditionBase object
addIsPropertyTrue(IsPropertyTrue) - Method in class net.sf.antcontrib.logic.condition.BooleanConditionBase
Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase object
addNum(Num) - Method in class net.sf.antcontrib.property.Op
Add a number to this operation.
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.
addReference(AntCallBack.Reference) - Method in class net.sf.antcontrib.logic.AntCallBack
Reference element identifying a data type to carry over to the new project.
addReference(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.
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.
AntCallBack.Reference - class net.sf.antcontrib.logic.AntCallBack.Reference.
Helper class that implements the nested <reference> element of <ant> and <antcall>.
AntCallBack.Reference() - Constructor for class net.sf.antcontrib.logic.AntCallBack.Reference
Creates a reference to be configured by Ant
AntCallBack() - Constructor for class net.sf.antcontrib.logic.AntCallBack
 
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.
AntFetch.Reference - class net.sf.antcontrib.logic.AntFetch.Reference.
Helper class that implements the nested <reference> element of <ant> and <antcall>.
AntFetch.Reference() - Constructor for class net.sf.antcontrib.logic.AntFetch.Reference
Creates a reference to be configured by Ant
AntFetch() - Constructor for class net.sf.antcontrib.logic.AntFetch
 
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.
AntPerformanceListener.StopWatch - class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch.
A stopwatch, useful for 'quick and dirty' performance testing.
AntPerformanceListener.StopWatch() - Constructor for class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Starts the stopwatch.
AntPerformanceListener.StopWatchComparator - class net.sf.antcontrib.perf.AntPerformanceListener.StopWatchComparator.
Compares the total times for two StopWatches.
AntPerformanceListener.StopWatchComparator() - Constructor for class net.sf.antcontrib.perf.AntPerformanceListener.StopWatchComparator
 
AntPerformanceListener() - Constructor for class net.sf.antcontrib.perf.AntPerformanceListener
 
Assert - class net.sf.antcontrib.logic.Assert.
Based on the Sequential task.
Assert() - Constructor for class net.sf.antcontrib.logic.Assert
 

B

BooleanConditionBase - class net.sf.antcontrib.logic.condition.BooleanConditionBase.
Extends ConditionBase so I can get access to the condition count and the first condition.
BooleanConditionBase() - Constructor for class net.sf.antcontrib.logic.condition.BooleanConditionBase
 
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.
BooleanConditionTask() - Constructor for class net.sf.antcontrib.logic.condition.BooleanConditionTask
 
buildFinished(BuildEvent) - Method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
 
buildFinished(BuildEvent) - Method in class net.sf.antcontrib.perf.AntPerformanceListener
Sorts and prints the results.
buildStarted(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.

C

calculate() - Method in class net.sf.antcontrib.property.Op
Perform this operation.
calculate(String, String[]) - Method in class net.sf.antcontrib.property.Math
Do a mathematical calculation.
calculate(String, String, String[]) - Method in class net.sf.antcontrib.property.Math
Do a mathematical calculation.
ClassPathParser - class net.sf.antcontrib.antclipse.ClassPathParser.
Classic tool firing a SAX parser.
ClassPathParser() - Constructor for class net.sf.antcontrib.antclipse.ClassPathParser
 
ClassPathTask - class net.sf.antcontrib.antclipse.ClassPathTask.
Support class for the Antclipse task.
ClassPathTask() - Constructor for class net.sf.antcontrib.antclipse.ClassPathTask
 
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
 
Command - interface net.sf.antcontrib.antserver.Command.
Place class description here.
compare(File, File) - Method in class net.sf.antcontrib.logic.TimestampSelector
 
compare(Object, Object) - Method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatchComparator
Compares the total times for two StopWatches.
CompileWithWalls - class net.sf.antcontrib.walls.CompileWithWalls.
FILL IN JAVADOC HERE
CompileWithWalls() - Constructor for class net.sf.antcontrib.walls.CompileWithWalls
 
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(ServerTask, Socket) - Constructor for class net.sf.antcontrib.antserver.server.ConnectionHandler
 
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
createJavac() - Method in class net.sf.antcontrib.walls.CompileWithWalls
 
createMapper() - Method in class net.sf.antcontrib.logic.OutOfDate
Defines the FileNameMapper to use (nested mapper element).
createParam() - Method in class net.sf.antcontrib.logic.AntCallBack
Property to pass to the invoked target.
createPath() - Method in class net.sf.antcontrib.logic.TimestampSelector
 
createPath() - Method in class net.sf.antcontrib.logic.ForEach
 
createPath() - Method in class net.sf.antcontrib.logic.For
This is a path that can be used instread of the list attribute to interate over.
createProperty() - Method in class net.sf.antcontrib.logic.AntFetch
Property to pass to the new project.
createProperty() - Method in class net.sf.antcontrib.logic.AntCallBack
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
 
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

decode(String) - Method in class net.sf.antcontrib.net.PostTask
 
DISCONNECT_COMMAND - Static variable in class net.sf.antcontrib.antserver.commands.DisconnectCommand
 
disconnect() - Method in class net.sf.antcontrib.antserver.client.Client
 
DisconnectCommand - class net.sf.antcontrib.antserver.commands.DisconnectCommand.
Place class description here.
divide(double[]) - Static method in class net.sf.antcontrib.property.Math
 
divide(double, double) - Static method in class net.sf.antcontrib.property.Math
 
divide(float[]) - Static method in class net.sf.antcontrib.property.Math
 
divide(float, float) - Static method in class net.sf.antcontrib.property.Math
 
divide(int[]) - Static method in class net.sf.antcontrib.property.Math
 
divide(int, int) - Static method in class net.sf.antcontrib.property.Math
 
divide(long[]) - Static method in class net.sf.antcontrib.property.Math
 
divide(long, long) - Static method in class net.sf.antcontrib.property.Math
 
doFileSetExecute(String[]) - 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.StopWatch
Elapsed time, difference between the last start time and now.
elapsed() - Method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Elapsed time, difference between the last start time and now.
encode(String) - Method in class net.sf.antcontrib.net.PostTask
 
equals(Object) - Method in class net.sf.antcontrib.logic.Switch.Case
 
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.
eval() - Method in class net.sf.antcontrib.logic.IfTask.ElseIf
 
eval() - Method in class net.sf.antcontrib.logic.condition.IsPropertyTrue
 
eval() - Method in class net.sf.antcontrib.logic.condition.IsPropertyFalse
 
eval() - Method in class net.sf.antcontrib.logic.condition.IsLessThan
 
eval() - Method in class net.sf.antcontrib.logic.condition.IsGreaterThan
 
eval() - Method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
Evaluates the condition object.
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.antserver.server.ServerTask
 
execute() - Method in class net.sf.antcontrib.inifile.IniFileTask
 
execute() - Method in class net.sf.antcontrib.logic.TryCatchTask
The heart of the task.
execute() - Method in class net.sf.antcontrib.logic.TimestampSelector
 
execute() - Method in class net.sf.antcontrib.logic.Throw
 
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.RunTargetTask
execute the target
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.logic.IfTask
 
execute() - Method in class net.sf.antcontrib.logic.IfTask.ElseIf
 
execute() - Method in class net.sf.antcontrib.logic.ForEach
 
execute() - Method in class net.sf.antcontrib.logic.For
Run the for task.
execute() - Method in class net.sf.antcontrib.logic.Assert
Execute this task and all nested Tasks.
execute() - Method in class net.sf.antcontrib.logic.AntFetch
Do the execution.
execute() - Method in class net.sf.antcontrib.logic.AntCallBack
Do the execution.
execute() - Method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
Forwards to eval().
execute() - Method in class net.sf.antcontrib.net.PostTask
Do the post.
execute() - Method in class net.sf.antcontrib.perf.StopWatchTask
 
execute() - Method in class net.sf.antcontrib.platform.ShellScriptTask
execute the task
execute() - Method in class net.sf.antcontrib.platform.OsFamily
 
execute() - Method in class net.sf.antcontrib.process.Limit
Execute all nested tasks, but stopping execution of nested tasks after maxwait seconds or when all tasks are done, whichever is first.
execute() - Method in class net.sf.antcontrib.process.ForgetTask
 
execute() - Method in class net.sf.antcontrib.property.Variable
Execute this task.
execute() - Method in class net.sf.antcontrib.property.URLEncodeTask
 
execute() - Method in class net.sf.antcontrib.property.SortList
 
execute() - Method in class net.sf.antcontrib.property.RegexTask
 
execute() - Method in class net.sf.antcontrib.property.PropertySelector
 
execute() - Method in class net.sf.antcontrib.property.PropertyCopy
 
execute() - Method in class net.sf.antcontrib.property.PathToFileSet
 
execute() - Method in class net.sf.antcontrib.property.MathTask
 
execute() - Method in class net.sf.antcontrib.walls.CompileWithWalls
 
execute(Project, IniFile) - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
 
execute(Project, ObjectInputStream) - Method in interface net.sf.antcontrib.antserver.Command
Execute the command.
execute(Project, ObjectInputStream) - Method in class net.sf.antcontrib.antserver.commands.ShutdownCommand
 
execute(Project, ObjectInputStream) - Method in class net.sf.antcontrib.antserver.commands.SendFileCommand
 
execute(Project, ObjectInputStream) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
execute(Project, ObjectInputStream) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
execute(Project, ObjectInputStream) - Method in class net.sf.antcontrib.antserver.commands.HelloWorldCommand
 
execute(Project, ObjectInputStream) - Method in class net.sf.antcontrib.antserver.commands.DisconnectCommand
 

F

FAMILY_DOS - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_MAC - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_MACOSX - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_DOS - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_MAC - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_OPENVMS - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_OS2 - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_OS400 - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_TANDEM - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_UNIX - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_WINDOWS - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NAME_ZOS - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_NONE - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_OPENVMS - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_OS2 - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_OS400 - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_TANDEM - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_UNIX - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_WINDOWS - Static variable in class net.sf.antcontrib.platform.Platform
 
FAMILY_ZOS - Static variable in class net.sf.antcontrib.platform.Platform
 
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.
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
getDatatype() - Method in class net.sf.antcontrib.property.Num
 
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.walls.Package
 
getDir() - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
getDir() - Method in class net.sf.antcontrib.logic.OutOfDate.MyMapper
 
getDocument() - Method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
 
getEnv() - Static method in class net.sf.antcontrib.platform.Platform
 
getErrorMessage() - Method in class net.sf.antcontrib.antserver.Response
 
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
getIntermediaryBuildDir() - Method in class net.sf.antcontrib.walls.CompileWithWalls
 
getJavaCopyFileSet(Project, Location) - Method in class net.sf.antcontrib.walls.Package
FILL IN JAVADOC HERE
getName() - Method in class net.sf.antcontrib.antserver.commands.PropertyContainer
 
getName() - Method in class net.sf.antcontrib.inifile.IniSection
 
getName() - Method in class net.sf.antcontrib.inifile.IniProperty
 
getName() - Method in class net.sf.antcontrib.net.Prop
 
getName() - Method in class net.sf.antcontrib.perf.StopWatch
 
getName() - Method in class net.sf.antcontrib.walls.Package
 
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.walls.Package
 
getPackage(String) - Method in class net.sf.antcontrib.walls.Walls
 
getPackagesToCompile() - Method in class net.sf.antcontrib.walls.Walls
 
getProperties() - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
getProperties() - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
getProperties() - Method in class net.sf.antcontrib.inifile.IniSection
 
getProperty() - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
 
getProperty(String) - Method in class net.sf.antcontrib.inifile.IniSection
 
getProxy() - Method in class net.sf.antcontrib.logic.condition.BooleanConditionTask
 
getReferences() - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
getReferences() - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
getRefId() - Method in class net.sf.antcontrib.antserver.commands.ReferenceContainer
 
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
 
getSections() - Method in class net.sf.antcontrib.inifile.IniFile
 
getSrcPath(File, Project) - Method in class net.sf.antcontrib.walls.Package
 
getTarget() - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
getTarget() - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
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.AntFetch.Reference
Get the id under which this reference will be stored in the new project
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.antserver.commands.ReferenceContainer
 
getValue() - Method in class net.sf.antcontrib.antserver.commands.PropertyContainer
 
getValue() - Method in class net.sf.antcontrib.inifile.IniProperty
 
getValue() - Method in class net.sf.antcontrib.net.Prop
 
getValue() - Method in class net.sf.antcontrib.property.Num
 
getValue(Project) - Method in class net.sf.antcontrib.property.URLEncodeTask
 
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.ForEach
 
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.AntCallBack
Pass output sent to System.err to the new project.
handleInput(InputRequest) - Method in class net.sf.antcontrib.input.GUIInputHandler
Prompts and requests input.
handleOutput(String) - Method in class net.sf.antcontrib.logic.ForEach
 
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.AntCallBack
Pass output sent to System.out to the new project.
HelloWorldCommand - class net.sf.antcontrib.antserver.commands.HelloWorldCommand.
Place class description here.
HelloWorldCommand() - Constructor for class net.sf.antcontrib.antserver.commands.HelloWorldCommand
 

I

IfTask - class net.sf.antcontrib.logic.IfTask.
Perform some tasks based on whether a given condition holds true or not.
IfTask.ElseIf - class net.sf.antcontrib.logic.IfTask.ElseIf.
 
IfTask.ElseIf() - Constructor for class net.sf.antcontrib.logic.IfTask.ElseIf
 
IfTask() - Constructor for class net.sf.antcontrib.logic.IfTask
 
IniFile - class net.sf.antcontrib.inifile.IniFile.
Place class description here.
IniFile() - Constructor for class net.sf.antcontrib.inifile.IniFile
 
IniFileTask - class net.sf.antcontrib.inifile.IniFileTask.
Place class description here.
IniFileTask.IniOperation - class net.sf.antcontrib.inifile.IniFileTask.IniOperation.
 
IniFileTask.IniOperation() - Constructor for class net.sf.antcontrib.inifile.IniFileTask.IniOperation
 
IniFileTask.Remove - class net.sf.antcontrib.inifile.IniFileTask.Remove.
 
IniFileTask.Remove() - Constructor for class net.sf.antcontrib.inifile.IniFileTask.Remove
 
IniFileTask.Set - class net.sf.antcontrib.inifile.IniFileTask.Set.
 
IniFileTask.Set() - Constructor for class net.sf.antcontrib.inifile.IniFileTask.Set
 
IniFileTask() - Constructor for class net.sf.antcontrib.inifile.IniFileTask
 
IniPart - interface net.sf.antcontrib.inifile.IniPart.
Place class description here.
IniProperty - class net.sf.antcontrib.inifile.IniProperty.
Place class description here.
IniProperty() - Constructor for class net.sf.antcontrib.inifile.IniProperty
 
IniProperty(String, String) - Constructor for class net.sf.antcontrib.inifile.IniProperty
 
IniSection - class net.sf.antcontrib.inifile.IniSection.
Place class description here.
IniSection() - Constructor for class net.sf.antcontrib.inifile.IniSection
 
IniSection(String) - Constructor for class net.sf.antcontrib.inifile.IniSection
 
init() - Method in class net.sf.antcontrib.logic.AntFetch
Creates a Project instance for the project to call.
init() - Method in class net.sf.antcontrib.logic.AntCallBack
Creates a Project instance for the project to call.
invokeCoder(String, String) - Method in class net.sf.antcontrib.net.PostTask
 
isActive(Project) - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
Returns true if the define's if and unless conditions (if any) are satisfied.
IsGreaterThan - class net.sf.antcontrib.logic.condition.IsGreaterThan.
Extends Equals condition to test if the first argument is greater than the second argument.
IsGreaterThan() - Constructor for class net.sf.antcontrib.logic.condition.IsGreaterThan
 
isInheritall() - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
isInheritall() - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
isInteritrefs() - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
isInteritrefs() - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
IsLessThan - class net.sf.antcontrib.logic.condition.IsLessThan.
Extends Equals condition to test if the first argument is less than the second argument.
IsLessThan() - Constructor for class net.sf.antcontrib.logic.condition.IsLessThan
 
IsPropertyFalse - class net.sf.antcontrib.logic.condition.IsPropertyFalse.
Extends IsFalse condition to check the value of a specified property.
IsPropertyFalse() - Constructor for class net.sf.antcontrib.logic.condition.IsPropertyFalse
 
IsPropertyTrue - class net.sf.antcontrib.logic.condition.IsPropertyTrue.
Extends IsTrue condition to check the value of a specified property.
IsPropertyTrue() - Constructor for class net.sf.antcontrib.logic.condition.IsPropertyTrue
 
isStrict() - Method in class net.sf.antcontrib.property.Math
 
isSucceeded() - Method in class net.sf.antcontrib.antserver.Response
 

L

Limit - class net.sf.antcontrib.process.Limit.
Limits the amount of time that a task or set of tasks can run.
Limit() - Constructor for class net.sf.antcontrib.process.Limit
 
localExecute(Project, ObjectOutputStream) - Method in interface net.sf.antcontrib.antserver.Command
 
localExecute(Project, ObjectOutputStream) - Method in class net.sf.antcontrib.antserver.commands.ShutdownCommand
 
localExecute(Project, ObjectOutputStream) - Method in class net.sf.antcontrib.antserver.commands.SendFileCommand
 
localExecute(Project, ObjectOutputStream) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
localExecute(Project, ObjectOutputStream) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
localExecute(Project, ObjectOutputStream) - Method in class net.sf.antcontrib.antserver.commands.HelloWorldCommand
 
localExecute(Project, ObjectOutputStream) - Method in class net.sf.antcontrib.antserver.commands.DisconnectCommand
 
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.SilentCopy
 
log(String, int) - Method in class net.sf.antcontrib.walls.SilentMove
 
log(String, int) - Method in class net.sf.antcontrib.walls.CompileWithWalls
 

M

main(String[]) - Static method in class net.sf.antcontrib.logic.Assert
 
main(String[]) - Static method in class net.sf.antcontrib.perf.StopWatch
 
main(String[]) - Static method in class net.sf.antcontrib.perf.AntPerformanceListener
 
main(String[]) - Static method in class net.sf.antcontrib.property.Math
 
Math - class net.sf.antcontrib.property.Math.
Provides access to java.lang.Math and java.lang.StrictMath for Ant.
Math() - Constructor for class net.sf.antcontrib.property.Math
 
Math(boolean) - Constructor for class net.sf.antcontrib.property.Math
 
MathTask - class net.sf.antcontrib.property.MathTask.
Provides basic math functions.
MathTask() - Constructor for class net.sf.antcontrib.property.MathTask
 
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.antserver.server.ConnectionBuildListener
 
messageLogged(BuildEvent) - Method in class net.sf.antcontrib.perf.AntPerformanceListener
no-op
mod(double[]) - Static method in class net.sf.antcontrib.property.Math
 
mod(double, double) - Static method in class net.sf.antcontrib.property.Math
 
mod(float[]) - Static method in class net.sf.antcontrib.property.Math
 
mod(float, float) - Static method in class net.sf.antcontrib.property.Math
 
mod(int[]) - Static method in class net.sf.antcontrib.property.Math
 
mod(int, int) - Static method in class net.sf.antcontrib.property.Math
 
mod(long[]) - Static method in class net.sf.antcontrib.property.Math
 
mod(long, long) - Static method in class net.sf.antcontrib.property.Math
 
multiply(double[]) - Static method in class net.sf.antcontrib.property.Math
 
multiply(double, double) - Static method in class net.sf.antcontrib.property.Math
 
multiply(float[]) - Static method in class net.sf.antcontrib.property.Math
 
multiply(float, float) - Static method in class net.sf.antcontrib.property.Math
 
multiply(int[]) - Static method in class net.sf.antcontrib.property.Math
 
multiply(int, int) - Static method in class net.sf.antcontrib.property.Math
 
multiply(long[]) - Static method in class net.sf.antcontrib.property.Math
 
multiply(long, long) - Static method in class net.sf.antcontrib.property.Math
 

N

net.sf.antcontrib.antclipse - package net.sf.antcontrib.antclipse
 
net.sf.antcontrib.antserver - package net.sf.antcontrib.antserver
 
net.sf.antcontrib.antserver.client - package net.sf.antcontrib.antserver.client
 
net.sf.antcontrib.antserver.commands - package net.sf.antcontrib.antserver.commands
 
net.sf.antcontrib.antserver.server - package net.sf.antcontrib.antserver.server
 
net.sf.antcontrib.inifile - package net.sf.antcontrib.inifile
 
net.sf.antcontrib.input - package net.sf.antcontrib.input
 
net.sf.antcontrib.logic - package net.sf.antcontrib.logic
 
net.sf.antcontrib.logic.condition - package net.sf.antcontrib.logic.condition
 
net.sf.antcontrib.net - package net.sf.antcontrib.net
 
net.sf.antcontrib.perf - package net.sf.antcontrib.perf
 
net.sf.antcontrib.platform - package net.sf.antcontrib.platform
 
net.sf.antcontrib.process - package net.sf.antcontrib.process
 
net.sf.antcontrib.property - package net.sf.antcontrib.property
 
net.sf.antcontrib.walls - package net.sf.antcontrib.walls
 
Num - class net.sf.antcontrib.property.Num.
Represents a number.
Num() - Constructor for class net.sf.antcontrib.property.Num
 

O

Op - class net.sf.antcontrib.property.Op.
Represents a mathematical operation.
Op() - Constructor for class net.sf.antcontrib.property.Op
 
operate(IniFile) - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
 
operate(IniFile) - Method in class net.sf.antcontrib.inifile.IniFileTask.Remove
 
operate(IniFile) - Method in class net.sf.antcontrib.inifile.IniFileTask.Set
 
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.
OutOfDate.DeleteTargets - class net.sf.antcontrib.logic.OutOfDate.DeleteTargets.
nested delete targets
OutOfDate.DeleteTargets() - Constructor for class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
 
OutOfDate.MyMapper - class net.sf.antcontrib.logic.OutOfDate.MyMapper.
Wrapper for mapper - includes dir
OutOfDate.MyMapper(Project) - Constructor for class net.sf.antcontrib.logic.OutOfDate.MyMapper
Creates a new MyMapper instance.
OutOfDate() - Constructor for class net.sf.antcontrib.logic.OutOfDate
 

P

Package - class net.sf.antcontrib.walls.Package.
FILL IN JAVADOC HERE
Package() - Constructor for class net.sf.antcontrib.walls.Package
 
partition(Vector, int, int) - Method in class net.sf.antcontrib.logic.TimestampSelector
 
PathToFileSet - class net.sf.antcontrib.property.PathToFileSet.
 
PathToFileSet() - Constructor for class net.sf.antcontrib.property.PathToFileSet
 
Platform - class net.sf.antcontrib.platform.Platform.
Platform() - Constructor for class net.sf.antcontrib.platform.Platform
 
PostTask - class net.sf.antcontrib.net.PostTask.
This task does an http post.
PostTask() - Constructor for class net.sf.antcontrib.net.PostTask
 
Prop - class net.sf.antcontrib.net.Prop.
Simple bean to represent a name/value pair.
Prop() - Constructor for class net.sf.antcontrib.net.Prop
 
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

read(Reader) - Method in class net.sf.antcontrib.inifile.IniFile
 
ReferenceContainer - class net.sf.antcontrib.antserver.commands.ReferenceContainer.
Place class description here.
ReferenceContainer() - Constructor for class net.sf.antcontrib.antserver.commands.ReferenceContainer
 
RegexTask - class net.sf.antcontrib.property.RegexTask.
Place class description here.
RegexTask() - Constructor for class net.sf.antcontrib.property.RegexTask
 
removeProperty(String) - Method in class net.sf.antcontrib.inifile.IniSection
 
removeSection(String) - Method in class net.sf.antcontrib.inifile.IniFile
 
Response - class net.sf.antcontrib.antserver.Response.
Place class description here.
Response() - Constructor for class net.sf.antcontrib.antserver.Response
 
run() - Method in class net.sf.antcontrib.antserver.server.Server
 
run() - Method in class net.sf.antcontrib.antserver.server.ConnectionHandler
 
run() - Method in class net.sf.antcontrib.process.ForgetTask
 
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.
RunTargetTask() - Constructor for class net.sf.antcontrib.logic.RunTargetTask
 
runTests() - Static method in class net.sf.antcontrib.logic.Assert
 

S

sendCommand(Command) - Method in class net.sf.antcontrib.antserver.client.Client
 
SendFileCommand - class net.sf.antcontrib.antserver.commands.SendFileCommand.
Place class description here.
SendFileCommand() - Constructor for class net.sf.antcontrib.antserver.commands.SendFileCommand
 
Server - class net.sf.antcontrib.antserver.server.Server.
Place class description here.
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
 
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.AntFetch
The build file to use.
setAntfile(String) - Method in class net.sf.antcontrib.logic.AntCallBack
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.IsLessThan
 
setArg1(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.logic.condition.IsGreaterThan
 
setCaseInsensitive(boolean) - Method in class net.sf.antcontrib.logic.Switch
 
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.logic.condition.IsGreaterThan
Should the comparison be case sensitive?
setCasesensitive(boolean) - Method in class net.sf.antcontrib.property.SortList
 
setCaseSensitive(boolean) - Method in class net.sf.antcontrib.property.RegexTask
 
setCaseSensitive(boolean) - Method in class net.sf.antcontrib.property.PropertySelector
 
setCommand(Commandline) - Method in class net.sf.antcontrib.platform.ShellScriptTask
Disallow the command attribute of parent class ExecTask.
setCount(int) - Method in class net.sf.antcontrib.logic.TimestampSelector
 
setDaemon(boolean) - Method in class net.sf.antcontrib.process.ForgetTask
 
setDatatype(String) - Method in class net.sf.antcontrib.property.Op
Sets the datatype of this calculation.
setDatatype(String) - Method in class net.sf.antcontrib.property.Num
Sets the datatype of this number.
setDatatype(String) - Method in class net.sf.antcontrib.property.MathTask
Sets the datatype of this calculation.
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.ForEach
 
setDelimiter(String) - Method in class net.sf.antcontrib.logic.For
Set the delimiter attribute.
setDelimiter(String) - Method in class net.sf.antcontrib.property.SortList
 
setDepends(String) - Method in class net.sf.antcontrib.walls.Package
 
setDest(File) - Method in class net.sf.antcontrib.inifile.IniFileTask
 
setDir(File) - Method in class net.sf.antcontrib.logic.OutOfDate.MyMapper
 
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.AntCallBack
The directory to use as a base directory for the new Ant project.
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
 
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.net.PostTask
Should the build fail if the post fails?
setFailonerror(boolean) - Method in class net.sf.antcontrib.process.Limit
Should the build fail if the time limit has expired on this task? Default is no.
setFailOnError(boolean) - Method in class net.sf.antcontrib.antserver.client.ClientTask
 
setFailOnError(boolean) - Method in class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
 
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.antserver.commands.SendFileCommand
 
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.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
 
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
setInheritall(boolean) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
setInheritall(boolean) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
setInheritall(boolean) - Method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s inheritall attribute.
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.AntCallBack
If true, pass all properties to the new Ant project.
setInheritrefs(boolean) - Method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s inheritrefs attribute.
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.AntCallBack
If true, pass all references to the new Ant project.
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.RunTargetCommand
 
setInteritrefs(boolean) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
setIntermediaryBuildDir(File) - Method in class net.sf.antcontrib.walls.CompileWithWalls
 
setList(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setList(String) - Method in class net.sf.antcontrib.logic.For
Set the list attribute.
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.
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.net.PostTask
How long to wait on the remote server.
setMaxwait(int) - Method in class net.sf.antcontrib.process.Limit
How long to wait for all nested tasks to complete.
setMessage(String) - Method in class net.sf.antcontrib.logic.Assert
 
setName(String) - Method in class net.sf.antcontrib.antserver.commands.PropertyContainer
 
setName(String) - Method in class net.sf.antcontrib.inifile.IniSection
 
setName(String) - Method in class net.sf.antcontrib.inifile.IniProperty
 
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.net.Prop
 
setName(String) - Method in class net.sf.antcontrib.perf.StopWatchTask
 
setName(String) - Method in class net.sf.antcontrib.property.Variable
Set the name of the property.
setName(String) - Method in class net.sf.antcontrib.property.URLEncodeTask
 
setName(String) - Method in class net.sf.antcontrib.property.PropertyCopy
 
setName(String) - Method in class net.sf.antcontrib.property.PathToFileSet
 
setName(String) - Method in class net.sf.antcontrib.walls.Package
 
setNumeric(boolean) - Method in class net.sf.antcontrib.property.SortList
 
setOp(String) - Method in class net.sf.antcontrib.property.Op
Set the operation.
setOperand1(String) - Method in class net.sf.antcontrib.property.MathTask
Set an operand as an attribute.
setOperand2(String) - Method in class net.sf.antcontrib.property.MathTask
Set an operand as an attribute.
setOperation(String) - Method in class net.sf.antcontrib.inifile.IniFileTask.Set
 
setOperation(String) - Method in class net.sf.antcontrib.property.MathTask
Set an operation as an attribute.
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.AntFetch
Filename to write the output to.
setOutput(String) - Method in class net.sf.antcontrib.logic.AntCallBack
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
 
setPackage(String) - Method in class net.sf.antcontrib.walls.Package
 
setParallel(boolean) - Method in class net.sf.antcontrib.logic.ForEach
 
setParam(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setParam(String) - Method in class net.sf.antcontrib.logic.For
Set the param attribute.
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(String) - Method in class net.sf.antcontrib.antclipse.ClassPathTask
Setter for task parameter
setProperties(Vector) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
setProperties(Vector) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
setProperty(IniProperty) - Method in class net.sf.antcontrib.inifile.IniSection
 
setProperty(String) - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
 
setProperty(String) - Method in class net.sf.antcontrib.logic.TryCatchTask
Sets the property attribute.
setProperty(String) - Method in class net.sf.antcontrib.logic.TimestampSelector
 
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.logic.condition.IsPropertyTrue
 
setProperty(String) - Method in class net.sf.antcontrib.logic.condition.IsPropertyFalse
 
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.platform.OsFamily
 
setProperty(String) - Method in class net.sf.antcontrib.property.AbstractPropertySetterTask
 
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.RunTargetCommand
 
setReferences(Vector) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
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(Reference) - Method in class net.sf.antcontrib.property.SortList
 
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.property.MathTask
Sets the name of the property to store the result in.
setResultsXml(String) - Method in class net.sf.antcontrib.antserver.Response
 
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.
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.
setSection(IniSection) - Method in class net.sf.antcontrib.inifile.IniFile
 
setSection(String) - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
 
setSelect(String) - Method in class net.sf.antcontrib.property.RegexTask
 
setSelect(String) - Method in class net.sf.antcontrib.property.PropertySelector
 
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.property.Op
Use the StrictMath library.
setStrict(boolean) - Method in class net.sf.antcontrib.property.MathTask
Use the StrictMath library.
setStrict(boolean) - Method in class net.sf.antcontrib.property.Math
 
setSucceeded(boolean) - Method in class net.sf.antcontrib.antserver.Response
 
setTarget(String) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
setTarget(String) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
setTarget(String) - Method in class net.sf.antcontrib.logic.RunTargetTask
The target attribute
setTarget(String) - Method in class net.sf.antcontrib.logic.ForEach
 
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.AntCallBack
The target of the new Ant project to execute.
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.AntFetch.Reference
Set the id that this reference to be stored under in the new project.
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.antserver.commands.ReferenceContainer
 
setTrim(boolean) - Method in class net.sf.antcontrib.logic.ForEach
 
setTrim(boolean) - Method in class net.sf.antcontrib.logic.For
Set the trim attribute.
setTrim(boolean) - Method in class net.sf.antcontrib.logic.condition.IsLessThan
Should we want to trim the arguments before comparing them?
setTrim(boolean) - Method in class net.sf.antcontrib.logic.condition.IsGreaterThan
Should we want to trim the arguments before comparing them?
setUnless(String) - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
 
setValue(String) - Method in class net.sf.antcontrib.antserver.commands.PropertyContainer
 
setValue(String) - Method in class net.sf.antcontrib.inifile.IniProperty
 
setValue(String) - Method in class net.sf.antcontrib.inifile.IniFileTask.Set
 
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.logic.OutOfDate
The value to set the named property to the target files are outofdate
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.net.Prop
 
setValue(String) - Method in class net.sf.antcontrib.property.Variable
Set the value of the property.
setValue(String) - Method in class net.sf.antcontrib.property.URLEncodeTask
 
setValue(String) - Method in class net.sf.antcontrib.property.SortList
 
setValue(String) - Method in class net.sf.antcontrib.property.Num
Set the value for this number.
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.
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.).
ShellScriptTask() - Constructor for class net.sf.antcontrib.platform.ShellScriptTask
 
shutdown() - Method in class net.sf.antcontrib.antserver.server.ServerTask
 
ShutdownCommand - class net.sf.antcontrib.antserver.commands.ShutdownCommand.
Place class description here.
ShutdownCommand() - Constructor for class net.sf.antcontrib.antserver.commands.ShutdownCommand
 
SilentCopy - class net.sf.antcontrib.walls.SilentCopy.
FILL IN JAVADOC HERE
SilentCopy() - Constructor for class net.sf.antcontrib.walls.SilentCopy
 
SilentMove - class net.sf.antcontrib.walls.SilentMove.
FILL IN JAVADOC HERE
SilentMove() - Constructor for class net.sf.antcontrib.walls.SilentMove
 
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
 
start() - Method in class net.sf.antcontrib.antserver.server.Server
 
start() - Method in class net.sf.antcontrib.antserver.server.ConnectionHandler
 
start() - Method in class net.sf.antcontrib.perf.StopWatch
Starts/restarts the stopwatch.
start() - Method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Starts/restarts the stopwatch.
stop() - Method in class net.sf.antcontrib.antserver.server.Server
 
stop() - Method in class net.sf.antcontrib.perf.StopWatch
Stops the stopwatch.
stop() - Method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Stops the stopwatch.
StopWatch - class net.sf.antcontrib.perf.StopWatch.
A stopwatch, useful for 'quick and dirty' performance testing.
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.
StopWatchTask - class net.sf.antcontrib.perf.StopWatchTask.
Assists in timing tasks and/or targets.
StopWatchTask() - Constructor for class net.sf.antcontrib.perf.StopWatchTask
 
subtract(double[]) - Static method in class net.sf.antcontrib.property.Math
 
subtract(double, double) - Static method in class net.sf.antcontrib.property.Math
 
subtract(float[]) - Static method in class net.sf.antcontrib.property.Math
 
subtract(float, float) - Static method in class net.sf.antcontrib.property.Math
 
subtract(int[]) - Static method in class net.sf.antcontrib.property.Math
 
subtract(int, int) - Static method in class net.sf.antcontrib.property.Math
 
subtract(long[]) - Static method in class net.sf.antcontrib.property.Math
 
subtract(long, long) - Static method in class net.sf.antcontrib.property.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.Case - class net.sf.antcontrib.logic.Switch.Case.
 
Switch.Case() - Constructor for class net.sf.antcontrib.logic.Switch.Case
 
Switch() - Constructor for class net.sf.antcontrib.logic.Switch
Default Constructor

T

TARGET_CLASSPATH - Static variable in class net.sf.antcontrib.antclipse.ClassPathTask
 
TARGET_FILESET - Static variable in class net.sf.antcontrib.antclipse.ClassPathTask
 
targetFinished(BuildEvent) - Method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
 
targetFinished(BuildEvent) - Method in class net.sf.antcontrib.perf.AntPerformanceListener
Stop timing the given target.
targetStarted(BuildEvent) - Method in class net.sf.antcontrib.antserver.server.ConnectionBuildListener
 
targetStarted(BuildEvent) - Method in class net.sf.antcontrib.perf.AntPerformanceListener
Start timing the given target.
taskFinished(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.
taskStarted(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.
Throw - class net.sf.antcontrib.logic.Throw.
Extension of <fail> that can throw an exception that is a reference in the project.
Throw() - Constructor for class net.sf.antcontrib.logic.Throw
 
TimestampSelector - class net.sf.antcontrib.logic.TimestampSelector.
Task definition for the foreach task.
TimestampSelector() - Constructor for class net.sf.antcontrib.logic.TimestampSelector
Default Constructor
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
 
toString() - Method in class net.sf.antcontrib.property.Num
 
total() - Method in class net.sf.antcontrib.perf.StopWatch
Total cumulative elapsed time.
total() - Method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
Total cumulative elapsed time.
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.
TryCatchTask() - Constructor for class net.sf.antcontrib.logic.TryCatchTask
 

U

URLEncodeTask - class net.sf.antcontrib.property.URLEncodeTask.
Place class description here.
URLEncodeTask() - Constructor for class net.sf.antcontrib.property.URLEncodeTask
 

V

validate() - Method in interface net.sf.antcontrib.antserver.Command
This should throw a build exception if the parameters are invalid.
validate() - Method in class net.sf.antcontrib.antserver.commands.ShutdownCommand
 
validate() - Method in class net.sf.antcontrib.antserver.commands.SendFileCommand
 
validate() - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
 
validate() - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
 
validate() - Method in class net.sf.antcontrib.antserver.commands.HelloWorldCommand
 
validate() - Method in class net.sf.antcontrib.antserver.commands.DisconnectCommand
 
validate() - Method in class net.sf.antcontrib.property.URLEncodeTask
 
validate() - Method in class net.sf.antcontrib.property.SortList
 
validate() - Method in class net.sf.antcontrib.property.RegexTask
 
validate() - Method in class net.sf.antcontrib.property.PropertySelector
 
validate() - Method in class net.sf.antcontrib.property.PropertyCopy
 
validate() - Method in class net.sf.antcontrib.property.AbstractPropertySetterTask
 
Variable - class net.sf.antcontrib.property.Variable.
Similar to Property, but this property is mutable.
Variable() - Constructor for class net.sf.antcontrib.property.Variable
 

W

Walls - class net.sf.antcontrib.walls.Walls.
FILL IN JAVADOC HERE
Walls() - Constructor for class net.sf.antcontrib.walls.Walls
 
write(Writer) - Method in class net.sf.antcontrib.inifile.IniSection
 
write(Writer) - Method in class net.sf.antcontrib.inifile.IniProperty
 
write(Writer) - Method in interface net.sf.antcontrib.inifile.IniPart
 
write(Writer) - Method in class net.sf.antcontrib.inifile.IniFile
 
writeScript() - Method in class net.sf.antcontrib.platform.ShellScriptTask
Writes the script lines to a temp file.

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