- generateGroovydoc(FileSet[], File) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovydocMojo
-
Generates the groovydoc for the specified sources.
- 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
-
- 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
-
- getFiles(FileSet[], String, 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[], String, 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).
- getGroovyDependency() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Gets the Groovy dependency used by the project.
- getGroovyVersion() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Gets the version of Groovy used from the dependency information.
- getGroovyVersionString() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
Gets the version string of Groovy used from the dependency information.
- getHref() - Method in class org.codehaus.gmavenplus.mojo.Link
-
Get the href attribute.
- 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.Version
-
Gets the version major number.
- getMinor() - Method in class org.codehaus.gmavenplus.model.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".
- getPackages() - Method in class org.codehaus.gmavenplus.mojo.Link
-
Get the packages attribute.
- getRevision() - Method in class org.codehaus.gmavenplus.model.Version
-
Gets the version revision number.
- getScriptExtensions() - Method in class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
-
Gets the script extensions for this Groovy file.
- getSourceRoots(boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the filesets of the the main sources.
- getSourceRoots() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the filesets of the the main sources (not including Java sources).
- getSources(boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of files of the the main sources.
- getSources() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of files of the the main sources (not including Java sources).
- getStaticField(Field) - Static method in class org.codehaus.gmavenplus.util.ReflectionUtils
-
- getStubs() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyStubSourcesMojo
-
Gets the set of files of the main stubs.
- getTag() - Method in class org.codehaus.gmavenplus.model.Version
-
Gets the version tag string.
- getTestSourceRoots(boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the filesets of the test sources.
- getTestSourceRoots() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the filesets of the test sources (not including Java sources).
- getTestSources(boolean) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of files of the test sources.
- getTestSources() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Gets the set of files of the test sources (not including Java sources).
- getTestStubs() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyStubSourcesMojo
-
Gets the set of files of the test stubs.
- GROOVY_SOURCES_PATTERN - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The pattern defining Groovy files.
- groovydocJavaSources - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovydocMojo
-
Whether to include Java sources in groovydoc generation.
- GroovydocMojo - Class in org.codehaus.gmavenplus.mojo
-
Generates Groovydoc for the main sources
Note that this mojo requires Groovy >= 1.6.2.
- GroovydocMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GroovydocMojo
-
- groovydocOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovydocMojo
-
The location for the generated API docs.
- GroovyDocTemplateInfo - Class in org.codehaus.gmavenplus.groovyworkarounds
-
This class was taken directly from the Groovy project because it's just a
collection of Strings, but it wasn't available prior to Groovy 1.7 and we
need it for Groovydoc generation.
- GroovydocTestsMojo - Class in org.codehaus.gmavenplus.mojo
-
Generates Groovydoc for the test sources.
- GroovydocTestsMojo() - Constructor for class org.codehaus.gmavenplus.mojo.GroovydocTestsMojo
-
- groovyVersionSupportsAction() - Method in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
-
Determines whether this mojo can be run with the version of Groovy supplied.
- groovyVersionSupportsAction() - Method in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
Determines whether this mojo can be run with the version of Groovy supplied.
- groovyVersionSupportsAction() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovydocMojo
-
Determines whether this mojo can be run with the version of Groovy supplied.
- groovyVersionSupportsAction() - Method in class org.codehaus.gmavenplus.mojo.ExecuteMojo
-
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, should be one of:
"public"
"protected"
"package"
"private"
- Scopes - Enum in org.codehaus.gmavenplus.model
-
Scope access modifiers supported by Java.
- scriptExtensions - Variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
-
The file extensions of Groovy source files.
- 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.mojo.Link
-
Set the href attribute.
- setMajor(int) - Method in class org.codehaus.gmavenplus.model.Version
-
Sets the version major number.
- setMinor(int) - Method in class org.codehaus.gmavenplus.model.Version
-
Sets the version minor number.
- setPackages(String) - Method in class org.codehaus.gmavenplus.mojo.Link
-
Set the packages attribute.
- setRevision(int) - Method in class org.codehaus.gmavenplus.model.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.
- setSources(FileSet[]) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Sets the sources to specified.
- setTag(String) - Method in class org.codehaus.gmavenplus.model.Version
-
Sets the version tag string.
- setTestSources(FileSet[]) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
-
Sets the test sources to specified.
- settings - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
-
The Maven Settings.
- skip - Variable in class org.codehaus.gmavenplus.mojo.CompileTestsMojo
-
Flag to allow test compilation to be skipped.
- skip - Variable in class org.codehaus.gmavenplus.mojo.GenerateTestStubsMojo
-
Flag to allow test compilation 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.AbstractGroovySourcesMojo
-
The Groovy source files (relative paths).
- stubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyStubSourcesMojo
-
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).