- abs(String, boolean, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- AbstractCommand - Class in net.sf.antcontrib.antserver.commands
-
Place class description here.
- AbstractCommand() - Constructor for class net.sf.antcontrib.antserver.commands.AbstractCommand
-
- AbstractPropertySetterTask - Class in net.sf.antcontrib.property
-
Place class description here.
- AbstractPropertySetterTask() - Constructor for class net.sf.antcontrib.property.AbstractPropertySetterTask
-
- acos(String, boolean, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- add(Map) - Method in class net.sf.antcontrib.logic.For
-
Add a Map, iterate over the values
- add(FileSet) - Method in class net.sf.antcontrib.logic.For
-
Add a fileset to be iterated over.
- add(DirSet) - Method in class net.sf.antcontrib.logic.For
-
Add a dirset to be iterated over.
- add(Collection) - Method in class net.sf.antcontrib.logic.For
-
Add a collection that can be iterated over.
- add(Iterator) - Method in class net.sf.antcontrib.logic.For
-
Add an iterator to be iterated over.
- 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(Map) - Method in class net.sf.antcontrib.logic.ForDelegate
-
Add a Map, iterate over the values
- add(FileSet) - Method in class net.sf.antcontrib.logic.ForDelegate
-
Add a fileset to be iterated over.
- add(DirSet) - Method in class net.sf.antcontrib.logic.ForDelegate
-
Add a dirset to be iterated over.
- add(Collection) - Method in class net.sf.antcontrib.logic.ForDelegate
-
Add a collection that can be iterated over.
- add(Iterator) - Method in class net.sf.antcontrib.logic.ForDelegate
-
Add an iterator to 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, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- addBool(BooleanConditionTask) - Method in class net.sf.antcontrib.logic.Assert
-
- addCatch(TryCatchTask.CatchBlock) - Method in class net.sf.antcontrib.logic.TryCatchTask
-
- 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(Numeric) - Method in class net.sf.antcontrib.math.Operation
-
- addConfiguredNumeric(Numeric) - Method in class net.sf.antcontrib.math.Operation
-
- addConfiguredOp(Operation) - Method in class net.sf.antcontrib.math.Operation
-
- addConfiguredOperation(Operation) - Method in class net.sf.antcontrib.math.Operation
-
- addConfiguredPackage(Package) - Method in class net.sf.antcontrib.design.Design
-
- addConfiguredPackage(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(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.RunAntCommand
-
- addConfiguredProperty(PropertyContainer) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
-
- addConfiguredReference(ReferenceContainer) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
-
- addConfiguredReference(ReferenceContainer) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
-
- 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
- addDepends(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(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
-
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
- 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(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.
- addReference(Ant.Reference) - Method in class net.sf.antcontrib.logic.ForEach
-
Corresponds to <antcall>
's nested
<reference>
element.
- 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 variable in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
-
Constants for the enumerations
- ALLTARGETS - Static variable in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
-
Constants for the enumerations
- AntCallBack - Class in net.sf.antcontrib.logic
-
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() - Constructor for class net.sf.antcontrib.logic.AntCallBack
-
- AntCallBack.Reference - Class in net.sf.antcontrib.logic
-
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
- AntContribVersion - Class in net.sf.antcontrib
-
- 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 in net.sf.antcontrib.logic
-
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() - Constructor for class net.sf.antcontrib.logic.AntFetch
-
- AntFetch.Reference - Class in net.sf.antcontrib.logic
-
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
- AntPerformanceListener - Class in net.sf.antcontrib.perf
-
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() - Constructor for class net.sf.antcontrib.perf.AntPerformanceListener
-
- AntPerformanceListener.StopWatch - Class in net.sf.antcontrib.perf
-
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 in net.sf.antcontrib.perf
-
Compares the total times for two StopWatches.
- AntPerformanceListener.StopWatchComparator() - Constructor for class net.sf.antcontrib.perf.AntPerformanceListener.StopWatchComparator
-
- asin(String, boolean, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- Assert - Class in net.sf.antcontrib.logic
-
Based on the Sequential task.
- Assert() - Constructor for class net.sf.antcontrib.logic.Assert
-
- atan(String, boolean, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- atan2(String, boolean, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- SECOND - Static variable in class net.sf.antcontrib.process.Limit.TimeUnit
-
- SECOND_UNIT - Static variable 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(Command) - Method in class net.sf.antcontrib.antserver.client.Client
-
- SendFileCommand - Class in net.sf.antcontrib.antserver.commands
-
Place class description here.
- SendFileCommand() - Constructor for class net.sf.antcontrib.antserver.commands.SendFileCommand
-
- Server - Class in net.sf.antcontrib.antserver.server
-
Place class description here.
- Server(ServerTask, int) - Constructor for class net.sf.antcontrib.antserver.server.Server
-
- ServerTask - Class in net.sf.antcontrib.antserver.server
-
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.antserver.commands.RunAntCommand
-
- 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.
- 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
-
- setCollection(OutOfDate.CollectionEnum) - Method in class net.sf.antcontrib.logic.OutOfDate
-
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.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(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(char) - Method in class net.sf.antcontrib.property.PropertySelector
-
- 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(String) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
-
- 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
-
- 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(String) - Method in class net.sf.antcontrib.logic.Assert
-
Ant boolean, stop the build process if the assertion fails.
- 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(boolean) - Method in class net.sf.antcontrib.process.Limit
-
Determines whether the build should fail if the time limit has
expired on this task.
- 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
-
- 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.antserver.commands.RunAntCommand
-
- setInheritall(boolean) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
-
- 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.
- 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.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, in units.
- setMaxWaitUnit(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.antserver.commands.PropertyContainer
-
- setName(String) - Method in class net.sf.antcontrib.design.Depends
-
- setName(String) - Method in class net.sf.antcontrib.design.Package
-
- 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.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.PathToFileSet
-
- setName(String) - Method in class net.sf.antcontrib.property.PropertyCopy
-
- 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.
- setName(String) - Method in class net.sf.antcontrib.walls.Package
-
- 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(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
-
- setProperties(Vector) - Method in class net.sf.antcontrib.antserver.commands.RunAntCommand
-
- setProperties(Vector) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
-
- setProperty(String, String, String) - Method in class net.sf.antcontrib.inifile.IniFile
-
Sets the value of a property in a given section.
- setProperty(String) - Method in class net.sf.antcontrib.inifile.IniFileTask.IniOperation
-
- setProperty(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.logic.condition.BooleanConditionTask
-
The name of the property to set.
- 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.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.TimestampSelector
-
- setProperty(String) - Method in class net.sf.antcontrib.logic.TryCatchTask
-
Sets the property attribute.
- 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.platform.OsFamily
-
- 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.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.RunAntCommand
-
- setReferences(Vector) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
-
- setRefid(String) - Method in class net.sf.antcontrib.antserver.commands.ReferenceContainer
-
- 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.SortList
-
- setRefid(Reference) - Method in class net.sf.antcontrib.property.URLEncodeTask
-
- 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(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.antserver.commands.RunAntCommand
-
- setTarget(String) - Method in class net.sf.antcontrib.antserver.commands.RunTargetCommand
-
- 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.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(Throwable) - Method in class net.sf.antcontrib.antserver.Response
-
- setThrowable(String) - Method in class net.sf.antcontrib.logic.TryCatchTask.CatchBlock
-
- 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.antserver.commands.ReferenceContainer
-
- 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.
- 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?
- 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
-
- 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.antserver.commands.PropertyContainer
-
- 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.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.logic.OutOfDate
-
The value to set the named property to the target files
are outofdate
- setValue(String) - Method in class net.sf.antcontrib.logic.Switch.Case
-
- setValue(String) - Method in class net.sf.antcontrib.logic.Switch
-
Sets the value being switched on
- setValue(String) - Method in class net.sf.antcontrib.math.Numeric
-
Set the value for this number.
- setValue(String) - Method in class net.sf.antcontrib.net.Prop
-
- 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.property.SortList
-
- 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 in net.sf.antcontrib.platform
-
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.client.Client
-
- shutdown() - Method in class net.sf.antcontrib.antserver.server.ServerTask
-
- ShutdownCommand - Class in net.sf.antcontrib.antserver.commands
-
Place class description here.
- ShutdownCommand() - Constructor for class net.sf.antcontrib.antserver.commands.ShutdownCommand
-
- SilentCopy - Class in net.sf.antcontrib.walls
-
FILL IN JAVADOC HERE
- SilentCopy() - Constructor for class net.sf.antcontrib.walls.SilentCopy
-
- SilentMove - Class in net.sf.antcontrib.walls
-
FILL IN JAVADOC HERE
- SilentMove() - Constructor for class net.sf.antcontrib.walls.SilentMove
-
- sin(String, boolean, Evaluateable[]) - 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 in net.sf.antcontrib.property
-
Place class description here.
- SortList() - Constructor for class net.sf.antcontrib.property.SortList
-
- SOURCES - Static variable in class net.sf.antcontrib.logic.OutOfDate.CollectionEnum
-
Constants for the enumerations
- sqrt(String, boolean, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- 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.AntPerformanceListener.StopWatch
-
Starts/restarts the stopwatch.
- start() - Method in class net.sf.antcontrib.perf.StopWatch
-
Starts/restarts the stopwatch.
- stop() - Method in class net.sf.antcontrib.antserver.server.Server
-
- stop() - Method in class net.sf.antcontrib.perf.AntPerformanceListener.StopWatch
-
Stops the stopwatch.
- stop() - Method in class net.sf.antcontrib.perf.StopWatch
-
Stops the stopwatch.
- StopWatch - Class in net.sf.antcontrib.perf
-
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 in net.sf.antcontrib.perf
-
Assists in timing tasks and/or targets.
- StopWatchTask() - Constructor for class net.sf.antcontrib.perf.StopWatchTask
-
- subtract(String, boolean, Evaluateable[]) - Static method in class net.sf.antcontrib.math.Math
-
- swap(Vector, int, int) - Method in class net.sf.antcontrib.logic.TimestampSelector
-
- Switch - Class in net.sf.antcontrib.logic
-
Task definition for the ANT task to switch on a particular value.
- Switch() - Constructor for class net.sf.antcontrib.logic.Switch
-
Default Constructor
- Switch.Case - Class in net.sf.antcontrib.logic
-
- Switch.Case() - Constructor for class net.sf.antcontrib.logic.Switch.Case
-