A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

addClassPathes(GroovyClassLoader) - Method in Groovy
Adds the class paths (if any)
addFileset(FileSet) - Method in FileScanner
Adds a set of files (nested fileset attribute).
addFileset(FileSet) - Method in Groovy
Adds a set of files (nested fileset attribute).
addText(String) - Method in Groovy
Set an inline command to execute.
AntBuilder - Class in groovy.util
Allows Ant tasks to be used with a Groovy builder-style markup.
AntBuilder(Task) - Constructor in AntBuilder
AntProjectPropertiesDelegate - Class in org.codehaus.groovy.ant
@author Guillaume Laforge
AntProjectPropertiesDelegate(Map) - Constructor in AntProjectPropertiesDelegate

B

buildAttributes(Map) - Method in AntBuilder
Builds an Attributes from a Map

C

classpath - Field in CompileTaskSupport
clear() - Method in AntProjectPropertiesDelegate
throws:
UnsupportedOperationException is always thrown when this method is invoked.
clear() - Method in FileScanner
Clears any file sets that have been added to this scanner
clone() - Method in AntProjectPropertiesDelegate
compile() - Method in CompileTaskSupport
compile() - Method in GenerateStubsTask
compile() - Method in GroovycTask
CompileTaskSupport - Class in org.codehaus.groovy.ant
Support for compilation related tasks.
config - Field in CompileTaskSupport
contains(Object) - Method in AntProjectPropertiesDelegate
containsKey(Object) - Method in AntProjectPropertiesDelegate
containsValue(Object) - Method in AntProjectPropertiesDelegate
createArg() - Method in Groovy
createClassLoader() - Method in CompileTaskSupport
createClasspath() - Method in CompileTaskSupport
createClasspath() - Method in Groovy
Returns a new path element that can be configured.
createClasspath() - Method in RootLoaderRef
Adds a path to the classpath.
createClasspath() - Method in UberCompileTask
createConfiguration() - Method in CompileTaskSupport
createGeneratestubs() - Method in UberCompileTask
createGroovyc() - Method in UberCompileTask
createJavac() - Method in UberCompileTask
createLink() - Method in Groovydoc
Create link to Javadoc/GroovyDoc output at the given URL.
createNode(Object, Map) - Method in AntBuilder
createProject() - Method in AntBuilder
@return Factory method to create new Project instances
createSrc() - Method in CompileTaskSupport
createSrc() - Method in UberCompileTask

D

debug(String) - Method in LoggingHelper
destdir - Field in CompileTaskSupport
directories() - Method in FileScanner
doInvokeMethod(String, Object, Object) - Method in AntBuilder
We don't want to return the node as created in createNode(Object, Map, Object) but the one made ready by nodeCompleted(Object, Object)

E

elements() - Method in AntProjectPropertiesDelegate
entrySet() - Method in AntProjectPropertiesDelegate
equals(Object) - Method in AntProjectPropertiesDelegate
error(String, Throwable) - Method in LoggingHelper
execGroovy(String, PrintStream) - Method in Groovy
Exec the statement.
execute() - Method in CompileTaskSupport
execute() - Method in Groovy
Load the file and then execute it
execute() - Method in Groovydoc
execute() - Method in RootLoaderRef
execute() - Method in UberCompileTask
execute() - Method in VerifyClass

F

failOnError - Field in CompileTaskSupport
FileIterator - Class in org.codehaus.groovy.ant
FileIterator(Project, Iterator<FileSet>, boolean) - Constructor in FileIterator
FileNameFinder - Class in groovy.util
Find files according to a base directory and an includes and excludes pattern.
FileScanner - Class in org.codehaus.groovy.ant
FileScanner(Project) - Constructor in FileScanner
FileSystemCompilerFacade - Class in org.codehaus.groovy.ant
This is a helper class, to provide a controlled entry point for the groovyc ant task forked mode.
force - Field in GroovycTask

G

GenerateStubsTask - Class in org.codehaus.groovy.ant
Generates Java stubs from Groovy sources.
get(Object) - Method in AntProjectPropertiesDelegate
getAntProject() - Method in AntBuilder
getAntXmlContext() - Method in AntBuilder
Gets the xml context of Ant used while creating tasks
getClasspath() - Method in CompileTaskSupport
getClasspath() - Method in Groovy
Gets the classpath.
getClasspath() - Method in UberCompileTask
getClassTemplates() - Method in Groovydoc
Creates and returns an array of class template classpath entries.
getDocTemplates() - Method in Groovydoc
Creates and returns an array of doc template classpath entries.
getFailonerror() - Method in CompileTaskSupport
getFileNames(Map) - Method in FileNameFinder
getPackageTemplates() - Method in Groovydoc
Creates and returns an array of package template classpath entries.
getParameters() - Method in Groovy
Returns true if parameter metadata generation has been enabled.
getProject() - Method in AntBuilder
# Gets the Ant project in which the tasks are executed
getSrcdir() - Method in CompileTaskSupport
getSrcdir() - Method in UberCompileTask
Groovy - Class in org.codehaus.groovy.ant
Executes a series of Groovy statements.
GroovycTask - Class in org.codehaus.groovy.ant
Compiles Groovy source files.
Groovydoc - Class in org.codehaus.groovy.ant
Access to the GroovyDoc tool from Ant.
Groovydoc() - Constructor in Groovydoc

H

handleException(Exception) - Method in CompileTaskSupport
hasFiles() - Method in FileScanner
hashCode() - Method in AntProjectPropertiesDelegate
hasNext() - Method in FileIterator
@return true if there is another object that matches the given predicate

I

info(String) - Method in LoggingHelper
isEmpty() - Method in AntProjectPropertiesDelegate
isSaveStreams() - Method in AntBuilder
Whether stdin, stdout, stderr streams are saved.
iterator() - Method in FileScanner

J

K

keys() - Method in AntProjectPropertiesDelegate
keySet() - Method in AntProjectPropertiesDelegate

L

log - Field in CompileTaskSupport
LoggingHelper - Class in org.codehaus.groovy.ant
Helper to make logging from Ant easier.
LoggingHelper(Task) - Constructor in LoggingHelper

M

main(String) - Method in FileSystemCompilerFacade
main(String) - Method in Groovy

N

next() - Method in FileIterator
@return the next object which matches the given predicate
nodeCompleted(Object, Object) - Method in AntBuilder
Determines, when the ANT Task that is represented by the "node" should perform.

O

P

printResults(PrintStream) - Method in Groovy
print any results in the statement.
put(Object, Object) - Method in AntProjectPropertiesDelegate
putAll(Map) - Method in AntProjectPropertiesDelegate

Q

R

remove(Object) - Method in AntProjectPropertiesDelegate
throws:
UnsupportedOperationException is always thrown when this method is invoked.
remove() - Method in FileIterator
throws UnsupportedOperationException
RootLoaderRef - Class in org.codehaus.groovy.ant
Sets the RootLoader as reference.
runStatements(Reader, PrintStream) - Method in Groovy
Read in lines and execute them.

S

setAccess(String) - Method in Groovydoc
Indicates the access mode or scope of interest: one of public, protected, package, or private.
setAppend(boolean) - Method in Groovy
Whether output should be appended to or overwrite an existing file.
setAuthor(boolean) - Method in Groovydoc
If set to false, author will not be displayed.
setCharset(String) - Method in Groovydoc
Specifies the charset to be used in the templates, i.e. the value output within: <meta http-equiv="Content-Type" content="text/html; charset=charset">.
setClasspath(Path) - Method in CompileTaskSupport
setClasspath(Path) - Method in Groovy
Sets the classpath for loading.
setClasspath(Path) - Method in RootLoaderRef
Set the classpath to be used for this compilation.
setClasspath(Path) - Method in UberCompileTask
setClasspathRef(Reference) - Method in CompileTaskSupport
setClasspathRef(Reference) - Method in Groovy
Set the classpath for loading using the classpath reference.
setClasspathRef(Reference) - Method in RootLoaderRef
Adds a reference to a classpath defined elsewhere.
setClasspathRef(Reference) - Method in UberCompileTask
setConfigscript(String) - Method in Groovy
Sets the configuration script for the groovy compiler configuration.
setContextClassLoader(boolean) - Method in Groovy
Setting to true will cause the contextClassLoader to be set with the classLoader of the shell used to run the script.
setDestdir(File) - Method in CompileTaskSupport
setDestdir(File) - Method in Groovydoc
Set the directory where the Groovydoc output will be generated.
setDestdir(File) - Method in UberCompileTask
setDir(String) - Method in VerifyClass
setDoctitle(String) - Method in Groovydoc
Set the title for the overview page.
setExtensions(String) - Method in Groovydoc
A colon-separated list of filename extensions to look for when searching for files to process in a given directory.
setFailonerror(boolean) - Method in CompileTaskSupport
setFileEncoding(String) - Method in Groovydoc
Specifies the file encoding to be used for generated files.
setFooter(String) - Method in Groovydoc
Set the footer to place at the bottom of each generated html page.
setForce(boolean) - Method in GroovycTask
setFork(boolean) - Method in Groovy
Should the script be executed using a forked process.
setHeader(String) - Method in Groovydoc
Specifies the header text to be placed at the top of each output file.
setIncludeAntRuntime(boolean) - Method in Groovy
Should the system classpath be included on the classpath when forking.
setIncludeMainForScripts(boolean) - Method in Groovydoc
If set to false, 'public static void main' method will not be displayed.
setIndy(boolean) - Method in Groovy
Sets the indy flag to enable or disable invokedynamic
setNoTimestamp(boolean) - Method in Groovydoc
If set to true, hidden timestamp will not appear within generated HTML.
setNoVersionStamp(boolean) - Method in Groovydoc
If set to true, hidden version stamp will not appear within generated HTML.
setOutput(File) - Method in Groovy
Set the output file; optional, defaults to the Ant log.
setOverview(File) - Method in Groovydoc
Specify the file containing the overview to be included in the generated documentation.
setPackage(boolean) - Method in Groovydoc
Indicate whether only package, protected and public classes and members are to be included in the scope processed.
setPackagenames(String) - Method in Groovydoc
Set the package names to be processed.
setParameters(boolean) - Method in Groovy
If true, generates metadata for reflection on method parameter names (jdk8+ only).
setParent(Object, Object) - Method in AntBuilder
setPrivate(boolean) - Method in Groovydoc
Indicate whether all classes and members are to be included in the scope processed.
setProcessScripts(boolean) - Method in Groovydoc
If set to false, Scripts will not be processed.
setProtected(boolean) - Method in Groovydoc
Indicate whether only protected and public classes and members are to be included in the scope processed.
setPublic(boolean) - Method in Groovydoc
Indicate whether only public classes and members are to be included in the scope processed.
setRef(String) - Method in RootLoaderRef
sets the name of the reference which should store the Loader
setSaveStreams(boolean) - Method in AntBuilder
Indicates that we save stdin, stdout, stderr and replace them while AntBuilder is executing tasks with streams that funnel the normal streams into Ant's logs.
setScriptBaseClass(String) - Method in Groovy
Set the script base class name
setSourcepath(Path) - Method in Groovydoc
Specify where to find source file
setSrc(File) - Method in Groovy
Set the name of the file to be run.
setSrcdir(Path) - Method in CompileTaskSupport
setSrcdir(Path) - Method in UberCompileTask
setStacktrace(boolean) - Method in Groovy
Enable compiler to report stack trace information if a problem occurs during compilation.
setStyleSheetFile(File) - Method in Groovydoc
Specifies a stylesheet file to use.
setText(Object, String) - Method in AntBuilder
setUse(boolean) - Method in Groovydoc
setUseGroovyShell(boolean) - Method in Groovy
Should a new GroovyShell be used when forking.
setVerbose(boolean) - Method in VerifyClass
setWindowtitle(String) - Method in Groovydoc
Set the title to be placed in the HTML <title> tag of the generated documentation.
size() - Method in AntProjectPropertiesDelegate
src - Field in CompileTaskSupport

T

toString() - Method in AntProjectPropertiesDelegate

U

UberCompileTask - Class in org.codehaus.groovy.ant
Compiles Java and Groovy source files.

V

validate() - Method in CompileTaskSupport
validate() - Method in UberCompileTask
values() - Method in AntProjectPropertiesDelegate
verbose(String) - Method in LoggingHelper
VerifyClass - Class in org.codehaus.groovy.ant
Verify Class files.
VerifyClass() - Constructor in VerifyClass

W

warn(String) - Method in LoggingHelper

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _