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

A

addAlmostAll(Project, Project) - Method in class org.codehaus.gant.ant.Gant
Copy all properties from the given project to the new project -- omitting those that have already been set in the new project as well as properties named basedir or ant.file.

B

binding - Variable in class org.codehaus.gant.GantMetaClass
The binding (aka global shared state) that is being used.

C

createDefinition() - Method in class org.codehaus.gant.ant.Gant
Create a node to represent a nested definition tag.
createGantTarget() - Method in class org.codehaus.gant.ant.Gant
Create a node to represent a nested gantTarget tag.

D

DEBUG - Static variable in class org.codehaus.gant.GantState
Output huge amounts of information about what is going on.
definitions - Variable in class org.codehaus.gant.ant.Gant
A list of definitions to be set in the Gant instance.
dryRun - Static variable in class org.codehaus.gant.GantState
Whether this is a dry drun, i.e.

E

ERRORS_ONLY - Static variable in class org.codehaus.gant.GantState
Output only information about errors.
execute() - Method in class org.codehaus.gant.ant.Gant
Load the file and then execute it.

F

file - Variable in class org.codehaus.gant.ant.Gant
The path to the file to use to drive the Gant build.

G

Gant - Class in org.codehaus.gant.ant
Execute a Gant script.
Gant() - Constructor for class org.codehaus.gant.ant.Gant
 
Gant.Definition - Class in org.codehaus.gant.ant
A class representing a nested definition tag.
Gant.Definition() - Constructor for class org.codehaus.gant.ant.Gant.Definition
 
Gant.GantTarget - Class in org.codehaus.gant.ant
A class representing a nested target tag.
Gant.GantTarget() - Constructor for class org.codehaus.gant.ant.Gant.GantTarget
 
GantBuilder - Class in org.codehaus.gant
This class is a sub-class of AntBuilder to provide extra capabilities.
GantBuilder() - Constructor for class org.codehaus.gant.GantBuilder
Constructor that uses the default project.
GantBuilder(Project) - Constructor for class org.codehaus.gant.GantBuilder
Constructor that specifies which Project to be associated with.
GantMetaClass - Class in org.codehaus.gant
This class is the metaclass used for target Closures, and any enclosed Closures.
GantMetaClass(MetaClass, GantBinding) - Constructor for class org.codehaus.gant.GantMetaClass
 
GantState - Class in org.codehaus.gant
A class to hold the shared global state for a run of Gant, also a variety of general-use constants are defined here.
GantState() - Constructor for class org.codehaus.gant.GantState
We never want an instance of this class, so the constructor is made private.
getLogger() - Method in class org.codehaus.gant.GantBuilder
Accessor for the logger associated with the Project.
getName() - Method in class org.codehaus.gant.ant.Gant.Definition
 
getValue() - Method in class org.codehaus.gant.ant.Gant.Definition
 
getValue() - Method in class org.codehaus.gant.ant.Gant.GantTarget
 

I

inheritAll - Variable in class org.codehaus.gant.ant.Gant
Flag determining whether properties are inherited from the parent project.
invokeMethod(String, Object) - Method in class org.codehaus.gant.GantBuilder
Invoke a method.
invokeMethod(Object, String, Object[]) - Method in class org.codehaus.gant.GantMetaClass
Invokes a method on the given object with the given name and arguments.
invokeMethod(Object, String, Object) - Method in class org.codehaus.gant.GantMetaClass
Invokes a method on the given object, with the given name and single argument.
invokeMethod(String, Object) - Method in class org.codehaus.gant.GantMetaClass
Invoke the given method.
invokeMethod(Class, Object, String, Object[], boolean, boolean) - Method in class org.codehaus.gant.GantMetaClass
Invoke a method on the given receiver for the specified arguments.

M

methodsInvoked - Static variable in class org.codehaus.gant.GantMetaClass
The set of all targets that have been called.

N

name - Variable in class org.codehaus.gant.ant.Gant.Definition
 
NORMAL - Static variable in class org.codehaus.gant.GantState
Output information about which task is executing, and other things.

O

org.codehaus.gant - package org.codehaus.gant
This package has all the internal implementation classes for Gant.
org.codehaus.gant.ant - package org.codehaus.gant.ant
This package has all the implementation classes for Ant support in Gant.

P

processArgument(Object) - Method in class org.codehaus.gant.GantMetaClass
Process the argument to a depends call.
processClosure(Closure) - Method in class org.codehaus.gant.GantMetaClass
Execute a Closure only if it hasn't been executed previously.

S

setFile(String) - Method in class org.codehaus.gant.ant.Gant
Set the name of the build file to use.
setInheritAll(boolean) - Method in class org.codehaus.gant.ant.Gant
If true, pass all properties to the new Ant project.
setName(String) - Method in class org.codehaus.gant.ant.Gant.Definition
 
setTarget(String) - Method in class org.codehaus.gant.ant.Gant
Set the target to be achieved.
setValue(String) - Method in class org.codehaus.gant.ant.Gant.Definition
 
setValue(String) - Method in class org.codehaus.gant.ant.Gant.GantTarget
 
SILENT - Static variable in class org.codehaus.gant.GantState
Output no information ever.

T

targets - Variable in class org.codehaus.gant.ant.Gant
A list of targets to be achieved by the Gant instance.

V

value - Variable in class org.codehaus.gant.ant.Gant.Definition
 
value - Variable in class org.codehaus.gant.ant.Gant.GantTarget
 
VERBOSE - Static variable in class org.codehaus.gant.GantState
Output lots of information about what is going on.
verbosity - Static variable in class org.codehaus.gant.GantState
The current state of the verbosity of execution -- default is NORMAL.

W

WARNINGS_AND_ERRORS - Static variable in class org.codehaus.gant.GantState
Output only the meagrest of information.

A B C D E F G I M N O P S T V W
Copyright © 2006–9 The Codehaus. All Rights Reserved.