- GenerateStubsTask - Class in org.codehaus.groovy.ant
- 
Generates Java stubs from Groovy sources. 
- GenerateStubsTask() - Constructor for class org.codehaus.groovy.ant.GenerateStubsTask
-  
- get(Object) - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-  
- getAntProject() - Method in class groovy.util.AntBuilder
-  
- getAntXmlContext() - Method in class groovy.util.AntBuilder
- 
Gets the xml context of Ant used while creating tasks 
- getClasspath() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
-  
- getClasspath() - Method in class org.codehaus.groovy.ant.Groovy
- 
Gets the classpath. 
- getClasspath() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the classpath to be used for this compilation. 
- getClasspath() - Method in class org.codehaus.groovy.ant.UberCompileTask
-  
- getClassTemplates() - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Creates and returns an array of class template classpath entries. 
- getConfigscript() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Get the configuration file used to customize the compilation configuration. 
- getDestdir() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the destination directory into which the java source files
 should be compiled. 
- getDocTemplates() - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Creates and returns an array of doc template classpath entries. 
- getEncoding() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Returns the encoding to be used when creating files. 
- getExecutable() - Method in class org.codehaus.groovy.ant.Groovyc
- 
The value of the executable attribute, if any. 
- getFailonerror() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
-  
- getFailonerror() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the failonerror flag. 
- getFileList() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the list of files to be compiled. 
- getForceLookupUnnamedFiles() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the forceLookupUnnamedFiles flag. 
- getIncludeantruntime() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets whether or not the ant classpath is to be included in the classpath. 
- getIncludejavaruntime() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets whether or not the java runtime should be included in this
 task's classpath. 
- getIndy() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Get the value of the indy flag. 
- getKeepStubs() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the keepStubs flag. 
- getListfiles() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Get the listfiles flag. 
- getMemoryInitialSize() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the memoryInitialSize flag. 
- getMemoryMaximumSize() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the memoryMaximumSize flag. 
- getPackageTemplates() - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Creates and returns an array of package template classpath entries. 
- getParameters() - Method in class org.codehaus.groovy.ant.Groovy
- 
Returns true if parameter metadata generation has been enabled. 
- getParameters() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Returns true if parameter metadata generation has been enabled. 
- getPreviewFeatures() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Returns true if preview features has been enabled. 
- getProject() - Method in class groovy.util.AntBuilder
- 
#
 Gets the Ant project in which the tasks are executed 
- getScriptBaseClass() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Get the base script class name for the scripts (must derive from Script) 
- getScriptExtension() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Get the extension to use when searching for Groovy source files. 
- getSourcepath() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the sourcepath to be used for this compilation. 
- getSrcdir() - Method in class org.codehaus.groovy.ant.CompileTaskSupport
-  
- getSrcdir() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the source dirs to find the source java files. 
- getSrcdir() - Method in class org.codehaus.groovy.ant.UberCompileTask
-  
- getStubdir() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the stub directory into which the Java source stub
 files should be generated 
- getTargetBytecode() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Retrieves the compiler bytecode compatibility level. 
- getTaskSuccess() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Get the result of the groovyc task (success or failure). 
- getVerbose() - Method in class org.codehaus.groovy.ant.Groovyc
- 
Gets the verbose flag. 
- Groovy - Class in org.codehaus.groovy.ant
- 
Executes a series of Groovy statements. 
- Groovy() - Constructor for class org.codehaus.groovy.ant.Groovy
-  
- groovy.util - package groovy.util
-  
- Groovyc - Class in org.codehaus.groovy.ant
- 
Compiles Groovy source files using Ant. 
- Groovyc() - Constructor for class org.codehaus.groovy.ant.Groovyc
-  
- GroovycTask - Class in org.codehaus.groovy.ant
- 
Compiles Groovy source files. 
- GroovycTask() - Constructor for class org.codehaus.groovy.ant.GroovycTask
-  
- Groovydoc - Class in org.codehaus.groovy.ant
- 
Access to the GroovyDoc tool from Ant. 
- Groovydoc() - Constructor for class org.codehaus.groovy.ant.Groovydoc
-  
- scanDir(File, File, String[]) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Scans the directory looking for source files to be compiled. 
- setAccess(String) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Indicates the access mode or scope of interest: one of public, protected, package, or private. 
- setAppend(boolean) - Method in class org.codehaus.groovy.ant.Groovy
- 
Whether output should be appended to or overwrite
 an existing file. 
- setAuthor(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
If set to false, author will not be displayed. 
- setCharset(String) - Method in class org.codehaus.groovy.ant.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 class org.codehaus.groovy.ant.CompileTaskSupport
-  
- setClasspath(Path) - Method in class org.codehaus.groovy.ant.Groovy
- 
Sets the classpath for loading. 
- setClasspath(Path) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the classpath to be used for this compilation. 
- setClasspath(Path) - Method in class org.codehaus.groovy.ant.RootLoaderRef
- 
Set the classpath to be used for this compilation. 
- setClasspath(Path) - Method in class org.codehaus.groovy.ant.UberCompileTask
-  
- setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
-  
- setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovy
- 
Set the classpath for loading
 using the classpath reference. 
- setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Adds a reference to a classpath defined elsewhere. 
- setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.RootLoaderRef
- 
Adds a reference to a classpath defined elsewhere. 
- setClasspathRef(Reference) - Method in class org.codehaus.groovy.ant.UberCompileTask
-  
- setConfigscript(String) - Method in class org.codehaus.groovy.ant.Groovy
- 
Sets the configuration script for the groovy compiler configuration. 
- setConfigscript(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the configuration file used to customize the compilation configuration. 
- setContextClassLoader(boolean) - Method in class org.codehaus.groovy.ant.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 class org.codehaus.groovy.ant.CompileTaskSupport
-  
- setDestdir(File) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the destination directory into which the Java source
 files should be compiled. 
- setDestdir(File) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Set the directory where the Groovydoc output will be generated. 
- setDestdir(File) - Method in class org.codehaus.groovy.ant.UberCompileTask
-  
- setDir(String) - Method in class org.codehaus.groovy.ant.VerifyClass
-  
- setDoctitle(String) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Set the title for the overview page. 
- setEncoding(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Sets the file encoding for generated files. 
- setErrorProperty(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
The property to set on compilation failure. 
- setExecutable(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Sets the name of the java executable to use when
 invoking the compiler in forked mode, ignored otherwise. 
- setExtensions(String) - Method in class org.codehaus.groovy.ant.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 class org.codehaus.groovy.ant.CompileTaskSupport
-  
- setFailonerror(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Indicates whether the build will continue
 even if there are compilation errors; defaults to true. 
- setFileEncoding(String) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Specifies the file encoding to be used for generated files. 
- setFooter(String) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Set the footer to place at the bottom of each generated html page. 
- setForce(boolean) - Method in class org.codehaus.groovy.ant.GroovycTask
-  
- setForceLookupUnnamedFiles(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the forceLookupUnnamedFiles flag. 
- setFork(boolean) - Method in class org.codehaus.groovy.ant.Groovy
- 
Should the script be executed using a forked process. 
- setFork(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
If true forks the Groovy compiler. 
- setHeader(String) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Specifies the header text to be placed at the top of each output file. 
- setIncludeAntRuntime(boolean) - Method in class org.codehaus.groovy.ant.Groovy
- 
Should the system classpath be included on the classpath when forking. 
- setIncludeantruntime(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
If true, includes Ant's own classpath in the classpath. 
- setIncludeDestClasses(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
This property controls whether to include the
 destination classes directory in the classpath
 given to the compiler. 
- setIncludejavaruntime(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
If true, includes the Java runtime libraries in the classpath. 
- setIncludeMainForScripts(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
If set to false, 'public static void main' method will not be displayed. 
- setIndy(boolean) - Method in class org.codehaus.groovy.ant.Groovy
- 
Sets the indy flag to enable or disable invokedynamic 
- setIndy(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the indy flag. 
- setJavaHome(File) - Method in class org.codehaus.groovy.ant.Groovyc
- 
The JDK Home to use when forked. 
- setKeepStubs(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the keepStubs flag. 
- setListfiles(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
If true, list the source files being handed off to the compiler. 
- setMemoryInitialSize(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
The initial size of the memory for the underlying VM
 if javac is run externally; ignored otherwise. 
- setMemoryMaximumSize(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
The maximum size of the memory for the underlying VM
 if javac is run externally; ignored otherwise. 
- setNoTimestamp(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
If set to true, hidden timestamp will not appear within generated HTML. 
- setNoVersionStamp(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
If set to true, hidden version stamp will not appear within generated HTML. 
- setOutput(File) - Method in class org.codehaus.groovy.ant.Groovy
- 
Set the output file;
 optional, defaults to the Ant log. 
- setOverview(File) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Specify the file containing the overview to be included in the generated documentation. 
- setPackage(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Indicate whether only package, protected and public classes and members are to be included in the scope processed. 
- setPackagenames(String) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Set the package names to be processed. 
- setParameters(boolean) - Method in class org.codehaus.groovy.ant.Groovy
- 
If true, generates metadata for reflection on method parameter names (jdk8+ only). 
- setParameters(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
If true, generates metadata for reflection on method parameter names (jdk8+ only). 
- setParent(Object, Object) - Method in class groovy.util.AntBuilder
-  
- setPreviewFeatures(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
If true, enable preview Java features (JEP 12) (jdk12+ only). 
- setPrivate(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Indicate whether all classes and
 members are to be included in the scope processed. 
- setProceed(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
-  
- setProcessScripts(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
If set to false, Scripts will not be processed. 
- setProtected(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Indicate whether only protected and public classes and members are to be included in the scope processed. 
- setPublic(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Indicate whether only public classes and members are to be included in the scope processed. 
- setRef(String) - Method in class org.codehaus.groovy.ant.RootLoaderRef
- 
sets the name of the reference which should store the Loader 
- setSaveStreams(boolean) - Method in class groovy.util.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 class org.codehaus.groovy.ant.Groovy
- 
Set the script base class name 
- setScriptBaseClass(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the base script class name for the scripts (must derive from Script) 
- setScriptExtension(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the extension to use when searching for Groovy source files. 
- setSourcepath(Path) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the sourcepath to be used for this compilation. 
- setSourcepath(Path) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Specify where to find source file 
- setSourcepathRef(Reference) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Adds a reference to a source path defined elsewhere. 
- setSrc(File) - Method in class org.codehaus.groovy.ant.Groovy
- 
Set the name of the file to be run. 
- setSrcdir(Path) - Method in class org.codehaus.groovy.ant.CompileTaskSupport
-  
- setSrcdir(Path) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the source directories to find the source Java files. 
- setSrcdir(Path) - Method in class org.codehaus.groovy.ant.UberCompileTask
-  
- setStacktrace(boolean) - Method in class org.codehaus.groovy.ant.Groovy
- 
Enable compiler to report stack trace information if a problem occurs
 during compilation. 
- setStacktrace(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Enable compiler to report stack trace information if a problem occurs
 during compilation. 
- setStubdir(File) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Set the stub directory into which the Java source stub
 files should be generated. 
- setStyleSheetFile(File) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Specifies a stylesheet file to use. 
- setTargetBytecode(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Sets the bytecode compatibility level. 
- setText(Object, String) - Method in class groovy.util.AntBuilder
-  
- setUpdatedProperty(String) - Method in class org.codehaus.groovy.ant.Groovyc
- 
The property to set on compilation success. 
- setUse(boolean) - Method in class org.codehaus.groovy.ant.Groovydoc
-  
- setUseGroovyShell(boolean) - Method in class org.codehaus.groovy.ant.Groovy
- 
Should a new GroovyShell be used when forking. 
- setVerbose(boolean) - Method in class org.codehaus.groovy.ant.Groovyc
- 
Enable verbose compiling which will display which files
 are being compiled. 
- setVerbose(boolean) - Method in class org.codehaus.groovy.ant.VerifyClass
-  
- setWindowtitle(String) - Method in class org.codehaus.groovy.ant.Groovydoc
- 
Set the title to be placed in the HTML <title> tag of the
 generated documentation. 
- size() - Method in class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-  
- src - Variable in class org.codehaus.groovy.ant.CompileTaskSupport
-