- GenerateStubsTask - Class in org.codehaus.groovy.ant
Generates Java stubs from Groovy sources.
- get(java.lang.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 Groovyc
-
Gets the classpath to be used for this compilation.
- getClasspath() - Method in UberCompileTask
-
- getClassTemplates() - Method in Groovydoc
-
Creates and returns an array of class template classpath entries.
- getConfigscript() - Method in Groovyc
-
Get the configuration file used to customize the compilation configuration.
- getDestdir() - Method in Groovyc
-
Gets the destination directory into which the java source files
should be compiled.
- getDocTemplates() - Method in Groovydoc
-
Creates and returns an array of doc template classpath entries.
- getEncoding() - Method in Groovyc
-
Returns the encoding to be used when creating files.
- getExecutable() - Method in Groovyc
-
The value of the executable attribute, if any.
- getFailonerror() - Method in CompileTaskSupport
-
- getFailonerror() - Method in Groovyc
-
Gets the failonerror flag.
- getFileList() - Method in Groovyc
-
Gets the list of files to be compiled.
- getFileNames(java.util.Map) - Method in FileNameFinder
-
- getForceLookupUnnamedFiles() - Method in Groovyc
-
Gets the forceLookupUnnamedFiles flag.
- getIncludeantruntime() - Method in Groovyc
-
Gets whether the ant classpath is to be included in the classpath.
- getIncludejavaruntime() - Method in Groovyc
-
Gets whether the java runtime should be included in this
task's classpath.
- getIndy() - Method in Groovyc
-
Get the value of the indy flag (always true).
- getKeepStubs() - Method in Groovyc
-
Gets the keepStubs flag.
- getListfiles() - Method in Groovyc
-
Get the listfiles flag.
- getMemoryInitialSize() - Method in Groovyc
-
Gets the memoryInitialSize flag.
- getMemoryMaximumSize() - Method in Groovyc
-
Gets the memoryMaximumSize flag.
- 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.
- getParameters() - Method in Groovyc
-
Returns true if parameter metadata generation has been enabled.
- getPreviewFeatures() - Method in Groovyc
-
Returns true if preview features has been enabled.
- getProject() - Method in AntBuilder
-
#
Gets the Ant project in which the tasks are executed
- getScriptBaseClass() - Method in Groovyc
-
Get the base script class name for the scripts (must derive from Script)
- getScriptExtension() - Method in Groovyc
-
Get the extension to use when searching for Groovy source files.
- getSourcepath() - Method in Groovyc
-
Gets the sourcepath to be used for this compilation.
- getSrcdir() - Method in CompileTaskSupport
-
- getSrcdir() - Method in Groovyc
-
Gets the source dirs to find the source java files.
- getSrcdir() - Method in UberCompileTask
-
- getStubdir() - Method in Groovyc
-
Gets the stub directory into which the Java source stub
files should be generated
- getTargetBytecode() - Method in Groovyc
-
Retrieves the compiler bytecode compatibility level.
- getTaskSuccess() - Method in Groovyc
-
Get the result of the groovyc task (success or failure).
- getVerbose() - Method in Groovyc
-
Gets the verbose flag.
- Groovy - Class in org.codehaus.groovy.ant
Executes a series of Groovy statements.
- Groovyc - Class in org.codehaus.groovy.ant
Compiles Groovy source files using Ant.
- 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
-
- scanDir(java.io.File, java.io.File, java.lang.String) - Method in Groovyc
-
Scans the directory looking for source files to be compiled.
- setAccess(java.lang.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(java.lang.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(org.apache.tools.ant.types.Path) - Method in CompileTaskSupport
-
- setClasspath(org.apache.tools.ant.types.Path) - Method in Groovy
-
Sets the classpath for loading.
- setClasspath(org.apache.tools.ant.types.Path) - Method in Groovyc
-
Set the classpath to be used for this compilation.
- setClasspath(org.apache.tools.ant.types.Path) - Method in RootLoaderRef
-
Set the classpath to be used for this compilation.
- setClasspath(org.apache.tools.ant.types.Path) - Method in UberCompileTask
-
- setClasspathRef(org.apache.tools.ant.types.Reference) - Method in CompileTaskSupport
-
- setClasspathRef(org.apache.tools.ant.types.Reference) - Method in Groovy
-
Set the classpath for loading
using the classpath reference.
- setClasspathRef(org.apache.tools.ant.types.Reference) - Method in Groovyc
-
Adds a reference to a classpath defined elsewhere.
- setClasspathRef(org.apache.tools.ant.types.Reference) - Method in RootLoaderRef
-
Adds a reference to a classpath defined elsewhere.
- setClasspathRef(org.apache.tools.ant.types.Reference) - Method in UberCompileTask
-
- setConfigscript(java.lang.String) - Method in Groovy
-
Sets the configuration script for the groovy compiler configuration.
- setConfigscript(java.lang.String) - Method in Groovyc
-
Set the configuration file used to customize the compilation 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(java.io.File) - Method in CompileTaskSupport
-
- setDestdir(java.io.File) - Method in Groovyc
-
Set the destination directory into which the Java source
files should be compiled.
- setDestdir(java.io.File) - Method in Groovydoc
-
Set the directory where the Groovydoc output will be generated.
- setDestdir(java.io.File) - Method in UberCompileTask
-
- setDir(java.lang.String) - Method in VerifyClass
-
- setDoctitle(java.lang.String) - Method in Groovydoc
-
Set the title for the overview page.
- setEncoding(java.lang.String) - Method in Groovy
-
Declare the encoding to use when inputting from a resource;
If not supplied or the empty encoding is supplied, a guess will be made for file resources,
otherwise the platform's default encoding will be used.
- setEncoding(java.lang.String) - Method in Groovyc
-
Sets the file encoding for generated files.
- setErrorProperty(java.lang.String) - Method in Groovyc
-
The property to set on compilation failure.
- setExecutable(java.lang.String) - Method in Groovyc
-
Sets the name of the java executable to use when
invoking the compiler in forked mode, ignored otherwise.
- setExtensions(java.lang.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
-
- setFailonerror(boolean) - Method in Groovyc
-
Indicates whether the build will continue
even if there are compilation errors; defaults to true.
- setFileEncoding(java.lang.String) - Method in Groovydoc
-
Specifies the file encoding to be used for generated files.
- setFooter(java.lang.String) - Method in Groovydoc
-
Set the footer to place at the bottom of each generated html page.
- setForce(boolean) - Method in GroovycTask
-
- setForceLookupUnnamedFiles(boolean) - Method in Groovyc
-
Set the forceLookupUnnamedFiles flag.
- setFork(boolean) - Method in Groovy
-
Should the script be executed using a forked process.
- setFork(boolean) - Method in Groovyc
-
If true forks the Groovy compiler.
- setHeader(java.lang.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.
- setIncludeantruntime(boolean) - Method in Groovyc
-
If true, includes Ant's own classpath in the classpath.
- setIncludeDestClasses(boolean) - Method in Groovyc
-
This property controls whether to include the
destination classes directory in the classpath
given to the compiler.
- setIncludejavaruntime(boolean) - Method in Groovyc
-
If true, includes the Java runtime libraries in the classpath.
- setIncludeMainForScripts(boolean) - Method in Groovydoc
-
If set to false, 'public static void main' method will not be displayed.
- setIndy(boolean) - Method in Groovy
-
Legacy method to set the indy flag (only true is allowed)
- setIndy(boolean) - Method in Groovyc
-
Legacy method to set the indy flag (only true is allowed)
- setJavaHome(java.io.File) - Method in Groovyc
-
The JDK Home to use when forked.
- setKeepStubs(boolean) - Method in Groovyc
-
Set the keepStubs flag.
- setListfiles(boolean) - Method in Groovyc
-
If true, list the source files being handed off to the compiler.
- setMemoryInitialSize(java.lang.String) - Method in Groovyc
-
The initial size of the memory for the underlying VM
if javac is run externally; ignored otherwise.
- setMemoryMaximumSize(java.lang.String) - Method in Groovyc
-
The maximum size of the memory for the underlying VM
if javac is run externally; ignored otherwise.
- 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(java.io.File) - Method in Groovy
-
Set the output file;
optional, defaults to the Ant log.
- setOutputEncoding(java.lang.String) - Method in Groovy
-
Declare the encoding to use when outputting to a file;
Leave unspecified or use "" for the platform's default encoding.
- setOverview(java.io.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(java.lang.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).
- setParameters(boolean) - Method in Groovyc
-
If true, generates metadata for reflection on method parameter names (jdk8+ only).
- setParent(java.lang.Object, java.lang.Object) - Method in AntBuilder
-
- setPreviewFeatures(boolean) - Method in Groovyc
-
If true, enable preview Java features (JEP 12) (jdk12+ only).
- setPrivate(boolean) - Method in Groovydoc
-
Indicate whether all classes and
members are to be included in the scope processed.
- setProceed(boolean) - Method in Groovyc
-
- Parameters:
proceed - inverse of failonerror
- 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(java.lang.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(java.lang.String) - Method in Groovy
-
Set the script base class name
- setScriptBaseClass(java.lang.String) - Method in Groovyc
-
Set the base script class name for the scripts (must derive from Script)
- setScriptExtension(java.lang.String) - Method in Groovyc
-
Set the extension to use when searching for Groovy source files.
- setSourcepath(org.apache.tools.ant.types.Path) - Method in Groovyc
-
Set the sourcepath to be used for this compilation.
- setSourcepath(org.apache.tools.ant.types.Path) - Method in Groovydoc
-
Specify where to find source file
- setSourcepathRef(org.apache.tools.ant.types.Reference) - Method in Groovyc
-
Adds a reference to a source path defined elsewhere.
- setSrc(java.io.File) - Method in Groovy
-
Set the name of the file to be run.
- setSrcdir(org.apache.tools.ant.types.Path) - Method in CompileTaskSupport
-
- setSrcdir(org.apache.tools.ant.types.Path) - Method in Groovyc
-
Set the source directories to find the source Java files.
- setSrcdir(org.apache.tools.ant.types.Path) - Method in UberCompileTask
-
- setStacktrace(boolean) - Method in Groovy
-
Enable compiler to report stack trace information if a problem occurs
during compilation.
- setStacktrace(boolean) - Method in Groovyc
-
Enable compiler to report stack trace information if a problem occurs
during compilation.
- setStubdir(java.io.File) - Method in Groovyc
-
Set the stub directory into which the Java source stub
files should be generated.
- setStyleSheetFile(java.io.File) - Method in Groovydoc
-
Specifies a stylesheet file to use.
- setTargetBytecode(java.lang.String) - Method in Groovyc
-
Sets the bytecode compatibility level.
- setText(java.lang.Object, java.lang.String) - Method in AntBuilder
-
- setUpdatedProperty(java.lang.String) - Method in Groovyc
-
The property to set on compilation success.
- setUse(boolean) - Method in Groovydoc
-
- setUseGroovyShell(boolean) - Method in Groovy
-
Should a new GroovyShell be used when forking.
- setVerbose(boolean) - Method in Groovyc
-
Enable verbose compiling which will display which files
are being compiled.
- setVerbose(boolean) - Method in VerifyClass
-
- setWindowtitle(java.lang.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
-