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

A

addCatch(Sequential) - Method in class net.sf.antcontrib.logic.TryCatchTask
Adds a nested <catch> block - at most one is allowed.
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.
addParallel(Parallel) - Method in class net.sf.antcontrib.logic.OutOfDate
Embedded do sequential.
addParam(Property) - Method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s nested <param> element.
addProperty(String, String) - Method in class net.sf.antcontrib.property.URLEncodeTask
add a name value pair to the project property set
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.
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.

C

compare(File, File) - Method in class net.sf.antcontrib.logic.TimestampSelector
 
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
createMapper() - Method in class net.sf.antcontrib.logic.OutOfDate
Defines the FileNameMapper to use (nested mapper element).
createPath() - Method in class net.sf.antcontrib.logic.ForEach
 
createPath() - Method in class net.sf.antcontrib.logic.TimestampSelector
 
createRegexp() - Method in class net.sf.antcontrib.property.RegexTask
 
createReplace() - Method in class net.sf.antcontrib.property.RegexTask
 
createSourcefiles() - Method in class net.sf.antcontrib.logic.OutOfDate
 
createTargetfiles() - Method in class net.sf.antcontrib.logic.OutOfDate
 

D

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

equals(Object) - Method in class net.sf.antcontrib.logic.Switch.Case
 
eval() - Method in class net.sf.antcontrib.logic.IfTask.ElseIf
 
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.
execute() - Method in class net.sf.antcontrib.logic.ForEach
 
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.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.TryCatchTask
The heart of the task.
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.TimestampSelector
 
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.property.RegexTask
 
execute() - Method in class net.sf.antcontrib.property.SortList
 
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.PropertySelector
 
execute() - Method in class net.sf.antcontrib.property.URLEncodeTask
 

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
 
ForEach - class net.sf.antcontrib.logic.ForEach.
Task definition for the foreach task.
ForEach() - Constructor for class net.sf.antcontrib.logic.ForEach
Default Constructor

G

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
 
getDir() - Method in class net.sf.antcontrib.logic.OutOfDate.MyMapper
 
getEnv() - Static method in class net.sf.antcontrib.platform.Platform
 
getOsFamily() - Static method in class net.sf.antcontrib.platform.Platform
 
getOsFamilyName() - Static method in class net.sf.antcontrib.platform.Platform
 

H

handleErrorOutput(String) - Method in class net.sf.antcontrib.logic.ForEach
 
handleOutput(String) - Method in class net.sf.antcontrib.logic.ForEach
 

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
 

N

net.sf.antcontrib.logic - package net.sf.antcontrib.logic
 
net.sf.antcontrib.platform - package net.sf.antcontrib.platform
 
net.sf.antcontrib.property - package net.sf.antcontrib.property
 

O

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(OutOfDate) - Constructor for class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
 
OutOfDate.MyMapper - class net.sf.antcontrib.logic.OutOfDate.MyMapper.
 
OutOfDate.MyMapper(Project) - Constructor for class net.sf.antcontrib.logic.OutOfDate.MyMapper
 
OutOfDate() - Constructor for class net.sf.antcontrib.logic.OutOfDate
 

P

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
 
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

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

S

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
 
setAllTargetsPath(String) - Method in class net.sf.antcontrib.logic.OutOfDate
 
setCaseInsensitive(boolean) - Method in class net.sf.antcontrib.logic.Switch
 
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
 
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.property.SortList
 
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
 
setExecutable(String) - Method in class net.sf.antcontrib.platform.ShellScriptTask
Sets the shell used to run the script.
setFailOnError(boolean) - Method in class net.sf.antcontrib.logic.OutOfDate.DeleteTargets
 
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
 
setIgnoreNonRelative(boolean) - Method in class net.sf.antcontrib.property.PathToFileSet
 
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.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.
setList(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setLocation(File) - Method in class net.sf.antcontrib.property.URLEncodeTask
 
setMatch(String) - Method in class net.sf.antcontrib.property.PropertySelector
 
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.property.URLEncodeTask
 
setNumeric(boolean) - Method in class net.sf.antcontrib.property.SortList
 
setOutputSetId(String) - Method in class net.sf.antcontrib.logic.TimestampSelector
 
setOutputSources(String) - Method in class net.sf.antcontrib.logic.OutOfDate
 
setOutputSourcesPath(String) - Method in class net.sf.antcontrib.logic.OutOfDate
 
setOutputTargets(String) - Method in class net.sf.antcontrib.logic.OutOfDate
 
setOutputTargetsPath(String) - Method in class net.sf.antcontrib.logic.OutOfDate
 
setParallel(boolean) - Method in class net.sf.antcontrib.logic.ForEach
 
setParam(String) - Method in class net.sf.antcontrib.logic.ForEach
 
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
 
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.TryCatchTask
Sets the property attribute.
setProperty(String) - Method in class net.sf.antcontrib.logic.TimestampSelector
 
setProperty(String) - Method in class net.sf.antcontrib.platform.OsFamily
 
setProperty(String) - Method in class net.sf.antcontrib.property.RegexTask
 
setProperty(String) - Method in class net.sf.antcontrib.property.SortList
 
setProperty(String) - Method in class net.sf.antcontrib.property.PropertySelector
 
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.
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
 
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
 
setTarget(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setTmpSuffix(String) - Method in class net.sf.antcontrib.platform.ShellScriptTask
Sets the suffix for the tmp file used to contain the script.
setTrim(boolean) - Method in class net.sf.antcontrib.logic.ForEach
 
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
Sets the value being switched on
setValue(String) - Method in class net.sf.antcontrib.logic.Switch.Case
 
setValue(String) - Method in class net.sf.antcontrib.property.SortList
 
setValue(String) - Method in class net.sf.antcontrib.property.URLEncodeTask
 
setVerbose(boolean) - Method in class net.sf.antcontrib.logic.OutOfDate
whether to have verbose output
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
 
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
 
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(Switch) - Constructor for class net.sf.antcontrib.logic.Switch.Case
 
Switch() - Constructor for class net.sf.antcontrib.logic.Switch
Default Constructor

T

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.property.URLEncodeTask
 
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
 

W

writeScript() - Method in class net.sf.antcontrib.platform.ShellScriptTask
Writes the script lines to a temp file.

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