Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCompileMojo - Class in org.codehaus.gmavenplus.mojo
-
The base compile mojo, which all compile mojos extend.
- AbstractCompileMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
- AbstractGenerateStubsMojo - Class in org.codehaus.gmavenplus.mojo
-
The base generate stubs mojo, which all generate stubs mojos extend.
- AbstractGenerateStubsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
- AbstractGroovyDocMojo - Class in org.codehaus.gmavenplus.mojo
-
The base GroovyDoc mojo, which all GroovyDoc mojos extend.
- AbstractGroovyDocMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
- AbstractGroovyMojo - Class in org.codehaus.gmavenplus.mojo
-
The base mojo class, which all other mojos extend.
- AbstractGroovyMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
- AbstractGroovySourcesMojo - Class in org.codehaus.gmavenplus.mojo
-
This mojo provides access to the Groovy sources.
- AbstractGroovySourcesMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
- AbstractGroovyStubSourcesMojo - Class in org.codehaus.gmavenplus.mojo
-
This mojo provides access to the Groovy sources (including stubs).
- AbstractGroovyStubSourcesMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AbstractGroovyStubSourcesMojo
- AbstractToolsMojo - Class in org.codehaus.gmavenplus.mojo
-
The base tools mojo, which all tool mojos extend.
- AbstractToolsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
- addGroovySources(Set<File>, Class<?>, Class<?>, Object, Object) - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Adds the Groovy sources to the CompilationUnit.
- addSourcePath(String) - Method in class org.codehaus.gmavenplus.mojo.AddSourcesMojo
-
Adds the specified source path to the project's main compile sources.
- AddSourcesMojo - Class in org.codehaus.gmavenplus.mojo
-
This mojo adds Groovy sources to the project's sources.
- AddSourcesMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AddSourcesMojo
- AddStubSourcesMojo - Class in org.codehaus.gmavenplus.mojo
-
Adds Groovy stubs directory back to Maven's list of source directories.
- AddStubSourcesMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AddStubSourcesMojo
- addTestSourcePath(String) - Method in class org.codehaus.gmavenplus.mojo.AddTestSourcesMojo
-
Adds the specified test source path to the project's test compile sources.
- AddTestSourcesMojo - Class in org.codehaus.gmavenplus.mojo
-
This mojo adds Groovy test sources to the project's test sources.
- AddTestSourcesMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AddTestSourcesMojo
- AddTestStubSourcesMojo - Class in org.codehaus.gmavenplus.mojo
-
Adds Groovy test stubs directory back to Maven's list of test source directories.
- AddTestStubSourcesMojo() - Constructor for class org.codehaus.gmavenplus.mojo.AddTestStubSourcesMojo
- allowSystemExits - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Whether to allow System.exit() to be used.
- archive - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
The archive configuration to use.
- archive - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
The archive configuration to use.
- attach - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
Specifies whether to attach the generated artifact to the project helper.
- attach - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
Specifies whether to attach the generated artifact to the project helper.
- attachGroovyDocAnnotation - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Enable attaching GroovyDoc annotation.
B
- bindAllProjectProperties - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Whether to add all properties from
project.properties
into properties. - bindAllSessionUserProperties - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Whether to add all properties from
session.userProperties
into properties. - bindAntBuilder(Class<?>, Class<?>, Object) - Method in class org.codehaus.gmavenplus.mojo.ConsoleMojo
-
Binds a new AntBuilder to the project properties.
- bindPropertiesToSeparateVariables - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Whether to bind each property to a separate variable (otherwise binds properties to a single 'properties' variable).
- bindSessionUserOverrideProperties - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Whether to add user session properties from
session.userProperties
that override project properties into properties.
C
- checkExit(int) - Method in class org.codehaus.gmavenplus.util.NoExitSecurityManager
-
Always throws
SecurityException
. - checkPermission(Permission) - Method in class org.codehaus.gmavenplus.util.NoExitSecurityManager
-
Check the given Permission.
- classpathResourceManagerClass - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Allows you to override the class that is normally org.codehaus.groovy.tools.groovydoc.ClasspathResourceManager, for use when creating custom GroovyDoc implementations.
- classWrangler - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The wrangler to use to work with Groovy classes, classpaths, classLoaders, and versions.
- ClassWrangler - Class in org.codehaus.gmavenplus.util
-
Handles getting Groovy classes and version from the specified classpath.
- ClassWrangler(List<?>, ClassLoader, Log) - Constructor for class org.codehaus.gmavenplus.util.ClassWrangler
-
Creates a new ClassWrangler using the specified parent ClassLoader, loaded with the items from the specified classpath.
- closeQuietly(InputStream) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Closes the InputStream if it is not null, swallowing any exceptions.
- closeQuietly(OutputStream) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Closes the OutputStream if it is not null, swallowing any exceptions.
- closeQuietly(Reader) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Closes the Reader if it is not null, swallowing any exceptions.
- closeQuietly(Writer) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Closes the Writer if it is not null, swallowing any exceptions.
- compareTo(Version) - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Compares two versions objects.
- compareTo(Version, boolean) - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Compares two versions objects.
- CompileMojo - Class in org.codehaus.gmavenplus.mojo
-
Compiles the main sources.
- CompileMojo() - Constructor for class org.codehaus.gmavenplus.mojo.CompileMojo
- CompileTestsMojo - Class in org.codehaus.gmavenplus.mojo
-
Compiles the test sources.
- CompileTestsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.CompileTestsMojo
- configScript - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
A script for tweaking the configuration options (requires Groovy 2.1.0-beta-1 or greater).
- ConsoleMojo - Class in org.codehaus.gmavenplus.mojo
-
Launches a Groovy console window bound to the current project.
- ConsoleMojo() - Constructor for class org.codehaus.gmavenplus.mojo.ConsoleMojo
- consoleScript - Variable in class org.codehaus.gmavenplus.mojo.ConsoleMojo
-
Script file to load into console.
- continueExecuting - Variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Whether to continue executing remaining scripts when a script fails.
- copyStylesheet(File) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Copies the stylesheet to the specified output directory.
- createGroovyDocTool(Class<?>, Class<?>, Properties, Object, List<String>, GroovyDocTemplateInfo, List<?>) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Instantiates a new GroovyDocTool.
- createNewClassLoader(List<?>, ClassLoader) - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Creates a new ClassLoader with the specified classpath.
D
- debug - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Whether Groovy compiler should be set to debug.
- debug - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Whether Groovy compiler should be set to debug.
- defaultClassTemplates - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Override the default Groovydoc class-level templates.
- defaultClassTemplates() - Method in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
- defaultDocTemplates - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Override the default Groovydoc default top-level templates.
- defaultDocTemplates() - Method in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
- defaultManifestFile - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
Path to the default MANIFEST file to use.
- defaultManifestFile - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
Path to the default MANIFEST file to use.
- defaultPackageTemplates - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Override the default Groovydoc package-level templates.
- defaultPackageTemplates() - Method in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
- displayAuthor - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Whether to display the author in the generated GroovyDoc.
- doCompile(Set<File>, List, File) - Method in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Performs compilation of compile mojos.
- docTitle - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The page title.
- doExecute() - Method in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Does the actual execution.
- doGroovyDocGeneration(FileSet[], List<?>, File) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Generates the GroovyDoc for the specified sources.
- doStubGeneration(Set<File>, List<?>, File) - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Performs the stub generation on the specified source files.
- DotGroovyFile - Class in org.codehaus.gmavenplus.groovyworkarounds
-
This class exists solely to trick JavaStubCompilationUnit.addSource(java.io.File) into letting us use files that don't end in ".groovy" (as a workaround for GROOVY-5021).
- DotGroovyFile(File) - Constructor for class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
A convenience constructor to turn a regular file into a DotGroovyFile.
- DotGroovyFile(File, String) - Constructor for class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
Constructs a new DotGroovyFile object with the specified parameters.
- DotGroovyFile(String) - Constructor for class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
Constructs a new DotGroovyFile object with the specified parameters.
- DotGroovyFile(String, String) - Constructor for class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
Constructs a new DotGroovyFile object with the specified parameters.
- DotGroovyFile(URI) - Constructor for class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
Constructs a new DotGroovyFile object with the specified parameters.
E
- equals(Object) - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Determines whether the specified object is equal to this object.
- execute() - Method in class org.codehaus.gmavenplus.gmavenplus_plugin.HelpMojo
- execute() - Method in class org.codehaus.gmavenplus.mojo.AddSourcesMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.AddStubSourcesMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.AddTestSourcesMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.AddTestStubSourcesMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.CompileMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.CompileTestsMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.ConsoleMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.GenerateStubsMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.GenerateTestStubsMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.GroovyDocMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.GroovyDocTestsMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.RemoveStubsMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.RemoveTestStubsMojo
-
Executes this mojo.
- execute() - Method in class org.codehaus.gmavenplus.mojo.ShellMojo
-
Executes this mojo.
- ExecuteMojo - Class in org.codehaus.gmavenplus.mojo
-
Executes Groovy scripts (in the pom or external), bound to the current project.
- ExecuteMojo() - Constructor for class org.codehaus.gmavenplus.mojo.ExecuteMojo
- executeScriptFromUrl(Class<?>, Object, String) - Method in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Executes a script at a URL location.
- executeScripts(Class<?>, Object) - Method in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Executes the configured scripts.
F
- fileOutputToolClass - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Allows you to override the class that is normally org.codehaus.groovy.tools.groovydoc.FileOutputTool, for use when creating custom GroovyDoc implementations.
- FileUtils - Class in org.codehaus.gmavenplus.util
-
A collection of file utility methods taken from Guava so we don't have to depend on Guava.
- finalName - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
Specifies the filename that will be used for the generated jar file.
- finalName - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
Specifies the filename that will be used for the generated jar file.
- findConstructor(Class<?>, Class<?>...) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Attempt to find a
Constructor
on the supplied class with the supplied parameter types. - findField(Class<?>, String, Class<?>) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Attempt to find a
Method
on the supplied class with the supplied name and parameter types. - footer - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The page footer.
G
- generateArchive(File, String) - Method in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
Method that creates the jar file
- generateArchive(File, String) - Method in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
Method that creates the jar file
- generateGroovyDoc(File, Class<?>, Class<?>, Object, List<String>, Object) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Performs the GroovyDoc generation.
- GenerateStubsMojo - Class in org.codehaus.gmavenplus.mojo
-
Generates stubs for the main Groovy sources and adds them to Maven's sources for the Maven compiler plugin to find.
- GenerateStubsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GenerateStubsMojo
- GenerateTestStubsMojo - Class in org.codehaus.gmavenplus.mojo
-
Generates stubs for the test Groovy sources and adds them to Maven's test sources for the Maven compiler plugin to find.
- GenerateTestStubsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GenerateTestStubsMojo
- getClass(String) - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Gets a class for the given class name.
- getClassLoader() - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Returns the classloader used for loading classes.
- getEnumValue(Class<?>, String) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Find and return the specified value from the specified enum class.
- getField(Field, Object) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Get the field represented by the supplied
field object
on the specifiedtarget object
. - getFileExtension(File) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Returns the file extension without the '.' for the given filename, or the empty string if the file has no extension.
- getFileExtension(String) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Returns the file extension without the '.' for the given filename, or the empty string if the file has no extension.
- getFiles(FileSet[], boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of included files from the specified source files or source directory (if sources are null).
- getFilesets(FileSet[], boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of included filesets from the specified source files or source directory (if sources are null).
- getGroovyJar() - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Returns the filename of the Groovy jar on the classpath.
- getGroovyVersion() - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Gets the version of Groovy used from the classpath.
- getGroovyVersionString() - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Gets the version string of Groovy used from classpath.
- getHref() - Method in class org.codehaus.gmavenplus.model.Link
-
Get the href attribute.
- getJarPath() - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Returns the path of the Groovy jar on the classpath.
- getJavaVersion() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Gets the version of Java executing this mojo as a Version object.
- getJavaVersionString() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Gets the version of Java executing this mojo as a String.
- getMajor() - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Gets the version major number.
- getMinor() - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Gets the version minor number.
- getName() - Method in class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
A method to lie about the file extension and say it is ".groovy".
- getNameWithoutExtension(File) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Returns the filename without the extension or '.'.
- getNameWithoutExtension(String) - Static method in class org.codehaus.gmavenplus.util.FileUtils
-
Returns the filename without the extension or '.'.
- getPackages() - Method in class org.codehaus.gmavenplus.model.Link
-
Get the packages attribute.
- getRevision() - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Gets the version revision number.
- getScriptExtensions() - Method in class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
Gets the script extensions for this Groovy file.
- getStaticField(Field) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Get the field represented by the supplied
field object
on the specifiedtarget object
. - getStubs(File) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyStubSourcesMojo
-
Gets the set of stub files in specified directory.
- getTag() - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Gets the version tag string.
- getTestFiles(FileSet[], boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of included files from the specified source files or source directory (if sources are null).
- getTestFilesets(FileSet[], boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of included filesets from the specified source files or source directory (if sources are null).
- GROOVY_1_5_0 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Groovy 1.5.0 version.
- GROOVY_1_5_2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 1.5.2 version.
- GROOVY_1_5_8 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 1.5.8 version.
- GROOVY_1_6_0 - Static variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
-
Groovy 1.6.0 version.
- GROOVY_1_6_0 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 1.6.0 version.
- GROOVY_1_6_0_RC1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 1.6.0 RC-1 version.
- GROOVY_1_6_0_RC2 - Static variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
-
Groovy 1.6.0 RC-2 version.
- GROOVY_1_6_0_RC2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 1.6.0 RC-2 version.
- GROOVY_1_6_2 - Static variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
-
Groovy 1.6.2 version.
- GROOVY_1_7_0 - Static variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Groovy 1.7.0 version.
- GROOVY_1_8_2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 1.8.2 version.
- GROOVY_1_8_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 1.8.3 version.
- GROOVY_1_9_0_BETA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 2.9.0 beta-1 version.
- GROOVY_1_9_0_BETA3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 1.9.0 beta-3 version.
- GROOVY_2_0_0_BETA3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.0.0 beta-3 version.
- GROOVY_2_1_0_BETA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.1.0 beta-1 version.
- GROOVY_2_1_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.1.3 version.
- GROOVY_2_1_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 2.1.3 version.
- GROOVY_2_3_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.3.3 version.
- GROOVY_2_3_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 2.3.3 version.
- GROOVY_2_5_0 - Static variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
-
Groovy 2.5.0 version.
- GROOVY_2_5_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.5.0 alpha-1 version.
- GROOVY_2_5_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.5.3 version.
- GROOVY_2_5_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 2.5.3 version.
- GROOVY_2_5_7 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.5.7 version.
- GROOVY_2_5_7 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 2.5.7 version.
- GROOVY_2_6_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.6.0 alpha-1 version.
- GROOVY_2_6_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 2.6.0 alpha-1 version.
- GROOVY_2_6_0_ALPHA4 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 2.6.0 alpha-4 version.
- GROOVY_2_6_0_ALPHA4 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 2.6.0 alpha-4 version.
- GROOVY_3_0_0_ALPHA_4 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 3.0.0 alpha-4 version.
- GROOVY_3_0_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.0 alpha-1 version.
- GROOVY_3_0_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.0 alpha-1 version.
- GROOVY_3_0_0_ALPHA2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.0 alpha-2 version.
- GROOVY_3_0_0_ALPHA2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.0 alpha-2 version.
- GROOVY_3_0_0_ALPHA4 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.0 alpha-4 version.
- GROOVY_3_0_0_ALPHA4 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.0 alpha-4 version.
- GROOVY_3_0_0_BETA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.0 beta-1 version.
- GROOVY_3_0_0_BETA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.0 beta-1 version.
- GROOVY_3_0_0_BETA2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.0 beta-2 version.
- GROOVY_3_0_0_BETA2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.0 beta-2 version.
- GROOVY_3_0_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.3 version.
- GROOVY_3_0_3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.3 version.
- GROOVY_3_0_5 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.5 version.
- GROOVY_3_0_6 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.6 version.
- GROOVY_3_0_6 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.6 version.
- GROOVY_3_0_8 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 3.0.8 version.
- GROOVY_3_0_8 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 3.0.8 version.
- GROOVY_4_0_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.0 alpha-1 version.
- GROOVY_4_0_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.0 alpha-1 version.
- GROOVY_4_0_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.ShellMojo
-
Groovy 4.0.0 alpha-1 version.
- GROOVY_4_0_0_ALPHA3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.0 alpha-3 version.
- GROOVY_4_0_0_ALPHA3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.0 alpha-3 version.
- GROOVY_4_0_0_BETA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.0 beta-1 version.
- GROOVY_4_0_0_BETA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.0 beta-1 version.
- GROOVY_4_0_0_RC_1 - Static variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Groovy 4.0.0-RC-1 version.
- GROOVY_4_0_11 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.11 version.
- GROOVY_4_0_11 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.11 version.
- GROOVY_4_0_16 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.11 version.
- GROOVY_4_0_16 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.11 version.
- GROOVY_4_0_2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.2 version.
- GROOVY_4_0_2 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.2 version.
- GROOVY_4_0_21 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.11 version.
- GROOVY_4_0_21 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.11 version.
- GROOVY_4_0_6 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.6 version.
- GROOVY_4_0_6 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.6 version.
- GROOVY_5_0_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 5.0.0-alpha-1 version.
- GROOVY_5_0_0_ALPHA1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 5.0.0-alpha-1 version.
- GROOVY_SOURCES_PATTERN - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The pattern defining Groovy files.
- groovyAtLeast(Version) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether the detected Groovy version is the specified version or newer.
- groovyAtLeast(Version, Version) - Static method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Determines whether the detected Groovy version is the specified version or newer.
- GroovyDocJarMojo - Class in org.codehaus.gmavenplus.mojo
-
Create a GroovyDoc jar for the main sources.
- GroovyDocJarMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
- groovyDocJavaSources - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocMojo
-
Whether to include Java sources in GroovyDoc generation.
- GroovyDocMojo - Class in org.codehaus.gmavenplus.mojo
-
Generates GroovyDoc for the main sources.
- GroovyDocMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GroovyDocMojo
- groovyDocOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocMojo
-
The location for the generated API docs.
- GroovyDocTemplateInfo - Class in org.codehaus.gmavenplus.groovyworkarounds
-
This class was taken mostly from the Groovy project (GroovyDocTemplateInfo.java and GroovyDoc.java) because it wasn't available prior to Groovy 1.7.
- GroovyDocTemplateInfo(Version) - Constructor for class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
-
Constructs a new GroovyDocTemplateInfo using the specified Groovy version to determine templates location.
- GroovyDocTestsJarMojo - Class in org.codehaus.gmavenplus.mojo
-
Create a GroovyDoc jar for the test sources.
- GroovyDocTestsJarMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
- GroovyDocTestsMojo - Class in org.codehaus.gmavenplus.mojo
-
Generates GroovyDoc for the test sources.
- GroovyDocTestsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GroovyDocTestsMojo
- groovyDocToolClass - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Allows you to override the class that is normally org.codehaus.groovy.tools.groovydoc.GroovyDocTool, for use when creating custom GroovyDoc implementations.
- groovyIs(Version) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether the detected Groovy version is the specified version.
- groovyIs(Version, Version) - Static method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Determines whether the detected Groovy version is the specified version.
- groovyNewerThan(Version) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether the detected Groovy version is newer than the specified version.
- groovyNewerThan(Version, Version) - Static method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Determines whether the detected Groovy version is newer than the specified version.
- groovyOlderThan(Version) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether the detected Groovy version is older than the specified version.
- groovyOlderThan(Version, Version) - Static method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Determines whether the detected Groovy version is older than the specified version.
- groovyVersion - Variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
-
The version of Groovy whose locations to use for GroovyDoc templates.
- groovyVersionSupportsAction() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether this mojo can be run with the version of Groovy supplied.
H
- hashCode() - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Returns a hash code for this object.
- header - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The page header.
- HelpMojo - Class in org.codehaus.gmavenplus.gmavenplus_plugin
-
Display help information on gmavenplus-plugin.
Callmvn gplus:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.codehaus.gmavenplus.gmavenplus_plugin.HelpMojo
I
- includeClasspath - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
What classpath to include.
- includeClasspath - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
What classpath to include.
- includeClasspath - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
What classpath to include.
- includeClasspath - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
What classpath to include.
- IncludeClasspath - Enum in org.codehaus.gmavenplus.model
-
The possible classpaths to include.
- initializeProperties() - Method in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Initializes the properties field.
- invokeConstructor(Constructor<?>, Object...) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Invoke the specified
Constructor
with the supplied arguments. - invokeDynamic - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Whether to support invokeDynamic (requires Java 7 or greater and Groovy indy 2.0.0-beta-3 or greater).
- invokeGroovyDoc - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
Whether to invoke the
groovydoc
goal before creating jar. - invokeGroovyDoc - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
Whether to invoke the
groovydocTests
goal before creating jar. - invokeMethod(Method, Object, Object...) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Invoke the specified
Method
against the supplied target object with the supplied arguments. - invokeStaticMethod(Method, Object...) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
Invoke the specified static
Method
with the supplied arguments. - isGroovyIndy() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Gets whether the version of Groovy on the classpath supports invokedynamic.
- isGroovyIndy() - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Gets whether the version of Groovy on the classpath supports invokedynamic.
- isJavaSupportIndy() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether the version of Java executing this mojo supports invokedynamic (is at least 1.7).
- isJavaSupportParameters() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether the version of Java executing this mojo supports JEP 118 (is at least 1.8).
- isJavaSupportPreviewFeatures() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Determines whether the version of Java executing this mojo supports preview features (is at least 12).
J
- jarArchiver - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
The Jar archiver.
- jarArchiver - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
The Jar archiver.
- jarOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocJarMojo
-
Specifies the directory where the generated jar file will be put.
- jarOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsJarMojo
-
Specifies the directory where the generated jar file will be put.
- JAVA_1_7 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Java 1.7 version.
- JAVA_1_8 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Java 1.8 version.
- JAVA_12 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Java 1.8 version.
- JAVA_SOURCES_PATTERN - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The pattern defining Java stub files.
L
- Link - Class in org.codehaus.gmavenplus.model
-
This class was taken from the Groovy project, so that GroovyDoc links can be added as mojo parameters without a compile dependency on Groovy.
- Link() - Constructor for class org.codehaus.gmavenplus.model.Link
- linkArgumentClass - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Allows you to override the class that is normally org.codehaus.groovy.tools.groovydoc.LinkArgument (or org.codehaus.groovy.ant.Groovydoc$LinkArgument for Groovy older than 1.6-RC-2), for use when creating custom GroovyDoc implementations.
- links - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Links to include in the generated GroovyDoc (key is link href, value is comma-separated packages to use that link).
- loadScript(Class<?>, Object) - Method in class org.codehaus.gmavenplus.mojo.ConsoleMojo
- logGeneratedStubs(File) - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Logs the stubs that have been generated.
- logGroovyVersion(String) - Method in class org.codehaus.gmavenplus.util.ClassWrangler
-
Logs the version of groovy used by this mojo.
- logPluginClasspath() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Logs the plugin classpath.
- logUnableToInitializeAntBuilder(Throwable) - Method in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Logs errors that caused the 'ant' object to not be populated.
M
- MAIN - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Main source directory name.
- minGroovyVersion - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The minimum version of Groovy that this mojo supports (1.5.0 by default, but other mojos can override).
- mojoExecution - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The plugin's mojo execution.
N
- NoExitSecurityManager - Class in org.codehaus.gmavenplus.util
-
Custom security manager to
System.exit(int)
(and related) from being used. - NoExitSecurityManager() - Constructor for class org.codehaus.gmavenplus.util.NoExitSecurityManager
-
Construct a new NoExitSecurityManager, using the System SecurityManager as the parent.
- NoExitSecurityManager(SecurityManager) - Constructor for class org.codehaus.gmavenplus.util.NoExitSecurityManager
-
Construct a new NoExitSecurityManager from the parent.
O
- org.codehaus.gmavenplus.gmavenplus_plugin - package org.codehaus.gmavenplus.gmavenplus_plugin
- org.codehaus.gmavenplus.groovyworkarounds - package org.codehaus.gmavenplus.groovyworkarounds
-
Classes to work around issues with Groovy (some of which were fixed in later Groovy versions).
- org.codehaus.gmavenplus.model - package org.codehaus.gmavenplus.model
-
Classes to model Maven parameters.
- org.codehaus.gmavenplus.model.internal - package org.codehaus.gmavenplus.model.internal
-
Classes to model supporting data.
- org.codehaus.gmavenplus.mojo - package org.codehaus.gmavenplus.mojo
-
Maven mojos.
- org.codehaus.gmavenplus.util - package org.codehaus.gmavenplus.util
-
Utility classes.
- outputDirectory - Variable in class org.codehaus.gmavenplus.mojo.CompileMojo
-
The location for the compiled classes.
- outputToolClass - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Allows you to override the class that is normally org.codehaus.groovy.tools.groovydoc.OutputTool, for use when creating custom GroovyDoc implementations.
- overviewFile - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The HTML file to be used for overview documentation.
P
- PACKAGE - Enum constant in enum org.codehaus.gmavenplus.model.Scopes
-
The package scope.
- parallelParsing - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Whether to enable Groovy's parallel parsing.
- parameters - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Generate metadata for reflection on method parameter names using the functionality provided by JEP 118 (requires Java 8 or greater and Groovy 2.5.0-alpha-1 or greater).
- parseFromString(String) - Static method in class org.codehaus.gmavenplus.model.internal.Version
-
Parses a new Version object from a string.
- PLUGIN_ONLY - Enum constant in enum org.codehaus.gmavenplus.model.IncludeClasspath
- pluginArtifacts - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The plugin dependencies.
- previewFeatures - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Whether the bytecode version has preview features enabled (JEP 12).
- PRIVATE - Enum constant in enum org.codehaus.gmavenplus.model.Scopes
-
The private scope.
- project - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The Maven project this plugin is being used on.
- PROJECT_AND_PLUGIN - Enum constant in enum org.codehaus.gmavenplus.model.IncludeClasspath
- PROJECT_ONLY - Enum constant in enum org.codehaus.gmavenplus.model.IncludeClasspath
- projectHelper - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Maven ProjectHelper to use in properties.
- properties - Variable in class org.codehaus.gmavenplus.mojo.AbstractToolsMojo
-
Properties to make available in scripts as variables using the property name.
- PROTECTED - Enum constant in enum org.codehaus.gmavenplus.model.Scopes
-
The protected scope.
- PUBLIC - Enum constant in enum org.codehaus.gmavenplus.model.Scopes
-
The public scope.
R
- ReflectionUtils - Class in org.codehaus.gmavenplus.util
-
Inspired heavily by Spring's ReflectionUtils.
- RemoveStubsMojo - Class in org.codehaus.gmavenplus.mojo
-
This mojo removes Groovy stubs from the project's sources.
- RemoveStubsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.RemoveStubsMojo
- RemoveTestStubsMojo - Class in org.codehaus.gmavenplus.mojo
-
This mojo removes Groovy test stubs from the project's sources.
- RemoveTestStubsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.RemoveTestStubsMojo
- resetStubModifiedDates(Set<File>) - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
This is a fix for ... It modifies the dates of the created stubs to 1/1/1970, ensuring that the Java compiler will not overwrite perfectly good compiled Groovy just because it has a newer source stub.
- resourceManagerClass - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Allows you to override the class that is normally org.codehaus.groovy.tools.groovydoc.ResourceManager, for use when creating custom GroovyDoc implementations.
S
- scope - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The scope to generate GroovyDoc for.
- Scopes - Enum in org.codehaus.gmavenplus.model
-
Scope access modifiers supported by Java.
- scripts - Variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Groovy scripts to run (in order).
- session - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The Maven Session this plugin is being used on.
- setHref(String) - Method in class org.codehaus.gmavenplus.model.Link
-
Set the href attribute.
- setMajor(int) - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Sets the version major number.
- setMinor(int) - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Sets the version minor number.
- setPackages(String) - Method in class org.codehaus.gmavenplus.model.Link
-
Set the packages attribute.
- setRevision(int) - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Sets the version revision number.
- setScriptExtensions(Set<String>) - Method in class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
Sets the script extensions for this Groovy file.
- setTag(String) - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Sets the version tag string.
- setupClassWrangler(List<?>, IncludeClasspath) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Instantiate a ClassWrangler.
- setupCompilationUnit(Set<File>, Class<?>, Class<?>, Class<?>, Object, Object, Object) - Method in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Sets up the CompilationUnit to use for compilation.
- setupCompilerConfiguration(File, Class<?>) - Method in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Sets up the CompilationConfiguration to use for compilation.
- setupCompilerConfiguration(File, Class<?>) - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Sets up the CompilerConfiguration to use for stub generation.
- setupConsole(Class<?>, Class<?>) - Method in class org.codehaus.gmavenplus.mojo.ConsoleMojo
-
Instantiates a groovy.ui.Console object.
- setupGroovyDocSources(FileSet[], FileSetManager) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Gets the Groovy sources without the Java sources (since the Java sources don't have Javadoc).
- setupLinks() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Sets up the GroovyDoc links.
- setupProperties() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Sets up the documentation properties.
- setupShell(Class<?>) - Method in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Instantiates a new groovy.lang.GroovyShell object.
- setupShell(Class<?>, Class<?>, Class<?>, Class<?>, Class<?>) - Method in class org.codehaus.gmavenplus.mojo.ShellMojo
-
Creates the Groovysh to run.
- ShellMojo - Class in org.codehaus.gmavenplus.mojo
-
Launches a Groovy shell bound to the current project.
- ShellMojo() - Constructor for class org.codehaus.gmavenplus.mojo.ShellMojo
- skipBytecodeCheck - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Whether to check that the version of Groovy used is able to use the requested
targetBytecode
. - skipBytecodeCheck - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Whether to check that the version of Groovy used is able to use the requested
targetBytecode
. - skipGroovyDoc - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Flag to allow GroovyDoc generation to be skipped.
- skipScriptExecution - Variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
Flag to allow script execution to be skipped.
- skipTests - Variable in class org.codehaus.gmavenplus.mojo.AddTestStubSourcesMojo
-
Flag to allow adding test sources to be skipped.
- skipTests - Variable in class org.codehaus.gmavenplus.mojo.CompileTestsMojo
-
Flag to allow test compilation to be skipped.
- skipTests - Variable in class org.codehaus.gmavenplus.mojo.GenerateTestStubsMojo
-
Flag to allow test stub generation to be skipped.
- skipTests - Variable in class org.codehaus.gmavenplus.mojo.RemoveTestStubsMojo
-
Flag to allow adding test sources to be skipped.
- sourceEncoding - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
The encoding of source files.
- sourceEncoding - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
The encoding of source files.
- sourceEncoding - Variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
The encoding of script files.
- sources - Variable in class org.codehaus.gmavenplus.mojo.AddSourcesMojo
-
The Groovy source files (relative paths).
- sources - Variable in class org.codehaus.gmavenplus.mojo.CompileMojo
-
The Groovy source files (relative paths).
- sources - Variable in class org.codehaus.gmavenplus.mojo.GenerateStubsMojo
-
The Groovy source files (relative paths).
- sources - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocMojo
-
The Groovy source files (relative paths).
- stubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AddStubSourcesMojo
-
The location for the compiled classes.
- stubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.GenerateStubsMojo
-
The location for the compiled classes.
- stubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.RemoveStubsMojo
-
The location for the compiled classes.
- stylesheetEncoding - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The encoding of stylesheetFile.
- stylesheetFile - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The stylesheet file (absolute path) to copy to output directory (will overwrite default stylesheet.css).
- supportsSettingExtensions() - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Determines whether the version of Groovy supports stub generation.
T
- targetBytecode - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
The Groovy compiler bytecode compatibility.
- targetBytecode - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
The Groovy compiler bytecode compatibility.
- templateBaseDir - Variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
-
Base directory of templates.
- TEST - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Test source directory name.
- testGroovyDocJavaSources - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsMojo
-
Whether to include test Java sources in GroovyDoc generation.
- testGroovyDocOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsMojo
-
The location for the generated test API docs.
- testOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.CompileTestsMojo
-
The location for the compiled test classes.
- testSources - Variable in class org.codehaus.gmavenplus.mojo.AddTestSourcesMojo
-
The Groovy test source files (relative paths).
- testSources - Variable in class org.codehaus.gmavenplus.mojo.CompileTestsMojo
-
The Groovy test source files (relative paths).
- testSources - Variable in class org.codehaus.gmavenplus.mojo.GenerateTestStubsMojo
-
The Groovy test source files (relative paths).
- testSources - Variable in class org.codehaus.gmavenplus.mojo.GroovyDocTestsMojo
-
The Groovy test source files (relative paths).
- testStubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AddTestStubSourcesMojo
-
The location for the compiled test classes.
- testStubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.GenerateTestStubsMojo
-
The location for the compiled test classes.
- testStubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.RemoveTestStubsMojo
-
The location for the compiled test classes.
- tolerance - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy compiler error tolerance (the number of non-fatal errors (per unit) that should be tolerated before compilation is aborted).
- tolerance - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy compiler error tolerance (the number of non-fatal errors (per unit) that should be tolerated before compilation is aborted).
- toString() - Method in class org.codehaus.gmavenplus.model.internal.Version
-
Returns a String representation of this object.
- translateJavacTargetToTargetBytecode(String) - Static method in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
- translateJavacTargetToTargetBytecode(String) - Static method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
V
- valueOf(String) - Static method in enum org.codehaus.gmavenplus.model.IncludeClasspath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.gmavenplus.model.Scopes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.codehaus.gmavenplus.model.IncludeClasspath
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.codehaus.gmavenplus.model.Scopes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verbose - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Whether Groovy compiler should be set to verbose.
- verbose - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Whether Groovy compiler should be set to verbose.
- verbosity - Variable in class org.codehaus.gmavenplus.mojo.ShellMojo
-
Groovy shell verbosity level.
- verifyGroovyVersionSupportsTargetBytecode() - Method in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Throws an exception if targetBytecode is not supported with this version of Groovy.
- verifyGroovyVersionSupportsTargetBytecode() - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Throws an exception if targetBytecode is not supported with this version of Groovy.
- Version - Class in org.codehaus.gmavenplus.model.internal
-
Container for Version information in the form of major.minor.revision-tag.
- Version(int) - Constructor for class org.codehaus.gmavenplus.model.internal.Version
-
Constructs a new Version object with the specified parameters.
- Version(int, int) - Constructor for class org.codehaus.gmavenplus.model.internal.Version
-
Constructs a new Version object with the specified parameters.
- Version(int, int, int) - Constructor for class org.codehaus.gmavenplus.model.internal.Version
-
Constructs a new Version object with the specified parameters.
- Version(int, int, int, String) - Constructor for class org.codehaus.gmavenplus.model.internal.Version
-
Constructs a new version object with the specified parameters.
W
- waitForConsoleClose() - Method in class org.codehaus.gmavenplus.mojo.ConsoleMojo
-
Waits for the console in use to be closed.
- warningLevel - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy compiler warning level.
- warningLevel - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy compiler warning level.
- windowTitle - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
The window title.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form