- 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.
- checkExit(int) - Method in class org.codehaus.gmavenplus.util.NoExitSecurityManager
-
- 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.
- CURRENT - Static variable in enum org.codehaus.gmavenplus.javaparser.LanguageLevel
-
- 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
-
- 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
-
- 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_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_ALPHA_4 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
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.21 version.
- GROOVY_4_0_21 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.21 version.
- GROOVY_4_0_24 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.24 version.
- GROOVY_4_0_24 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.24 version.
- GROOVY_4_0_27 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 4.0.27 version.
- GROOVY_4_0_27 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 4.0.27 version.
- GROOVY_4_0_27 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 4.0.27 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_5_0_0_ALPHA11 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 5.0.0-alpha-11 version.
- GROOVY_5_0_0_ALPHA11 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 5.0.0-alpha-11 version.
- GROOVY_5_0_0_ALPHA13 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 5.0.0-alpha-13 version.
- GROOVY_5_0_0_ALPHA13 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 5.0.0-alpha-13 version.
- GROOVY_5_0_0_ALPHA3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 5.0.0-alpha-3 version.
- GROOVY_5_0_0_ALPHA3 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 5.0.0-alpha-3 version.
- GROOVY_5_0_0_ALPHA8 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Groovy 5.0.0-alpha-8 version.
- GROOVY_5_0_0_ALPHA8 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Groovy 5.0.0-alpha-8 version.
- GROOVY_5_0_0_ALPHA_1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 5.0.0-alpha-1 version.
- GROOVY_5_0_0_BETA_1 - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyDocMojo
-
Groovy 5.0.0-beta-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
-
- 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.
- 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/URLs.
- 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.