- 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
-