A C E F G H I N O P S T 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.
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

createCase() - Method in class net.sf.antcontrib.logic.Switch
Creates the <case> tag
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
 
createSourcefiles() - Method in class net.sf.antcontrib.logic.OutofdateTask
Create the subelement
createSourcefiles() - Method in class net.sf.antcontrib.logic.OutOfDate
 
createTargetfiles() - Method in class net.sf.antcontrib.logic.OutofdateTask
Create the subelement
createTargetfiles() - Method in class net.sf.antcontrib.logic.OutOfDate
 

E

equals(Object) - Method in class net.sf.antcontrib.logic.Switch.Case
 
eval() - Method in class net.sf.antcontrib.logic.OutofdateTask
Evaluate (all) target and source file(s) to see if the target(s) is/are outoutdate.
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
 
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.OutofdateTask
 
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.platform.ShellScriptTask
execute the task
execute() - Method in class net.sf.antcontrib.platform.OsFamily
 
execute() - Method in class net.sf.antcontrib.property.PropertyCopy
 

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_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_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
 
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() - Constructor for class net.sf.antcontrib.logic.OutOfDate
 
OutofdateTask - class net.sf.antcontrib.logic.OutofdateTask.
Place class description here.
OutofdateTask() - Constructor for class net.sf.antcontrib.logic.OutofdateTask
 

P

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

S

setAllTargets(String) - Method in class net.sf.antcontrib.logic.OutOfDate
 
setCaseInsensitive(boolean) - Method in class net.sf.antcontrib.logic.Switch
 
setCommand(Commandline) - Method in class net.sf.antcontrib.platform.ShellScriptTask
Disallow the command attribute of parent class ExecTask.
setDelimiter(String) - Method in class net.sf.antcontrib.logic.ForEach
 
setExecutable(String) - Method in class net.sf.antcontrib.platform.ShellScriptTask
Sets the shell used to run the script.
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.
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
 
setName(String) - Method in class net.sf.antcontrib.property.PropertyCopy
 
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
 
setProperty(String) - Method in class net.sf.antcontrib.logic.TryCatchTask
Sets the property attribute.
setProperty(String) - Method in class net.sf.antcontrib.logic.OutofdateTask
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.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.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.
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.
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.OutofdateTask
The value to set the named property to the target files are outofdate
setValue(String) - Method in class net.sf.antcontrib.logic.OutOfDate
The value to set the named property to the target files are outofdate
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
 
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
 

W

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

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