A C E F I N O P S T

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.
addParam(Property) - Method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s nested <param> element.
addReference(Ant.Reference) - Method in class net.sf.antcontrib.logic.ForEach
Corresponds to <antcall>'s nested <reference> element.
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

createCase() - Method in class net.sf.antcontrib.logic.Switch
Creates the <case> tag
createPath() - Method in class net.sf.antcontrib.logic.ForEach
 

E

equals(Object) - Method in class net.sf.antcontrib.logic.Switch.Case
 
eval() - Method in class net.sf.antcontrib.logic.IfTask.ElseIf
 
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.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.platform.OsFamily
 
execute() - Method in class net.sf.antcontrib.property.PropertyCopy
 

F

ForEach - class net.sf.antcontrib.logic.ForEach.
Task definition for the foreach task.
ForEach() - Constructor for class net.sf.antcontrib.logic.ForEach
Default Constructor

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
 

P

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

S

setCaseInsensitive(boolean) - Method in class net.sf.antcontrib.logic.Switch
 
setDelimiter(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setFrom(String) - Method in class net.sf.antcontrib.property.PropertyCopy
 
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.
setList(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setName(String) - Method in class net.sf.antcontrib.property.PropertyCopy
 
setParam(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setProperty(String) - Method in class net.sf.antcontrib.logic.TryCatchTask
Sets the property attribute.
setProperty(String) - Method in class net.sf.antcontrib.platform.OsFamily
 
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.
setSilent(boolean) - Method in class net.sf.antcontrib.property.PropertyCopy
 
setTarget(String) - Method in class net.sf.antcontrib.logic.ForEach
 
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
 
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

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

A C E F I N O P S T