A B C D E F G H I J L M O P R S T V W 

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
 
AbstractIncludeProjectDependenciesComponentConfigurator - Class in org.codehaus.gmavenplus.plexus
A custom ComponentConfigurator which adds the project's classpath elements.
AbstractIncludeProjectDependenciesComponentConfigurator() - Constructor for class org.codehaus.gmavenplus.plexus.AbstractIncludeProjectDependenciesComponentConfigurator
 
AbstractIncludeProjectDependenciesComponentConfigurator.Classpath - Enum in org.codehaus.gmavenplus.plexus
Enum of the various possible classpaths
addDependenciesToClassRealm(ExpressionEvaluator, AbstractIncludeProjectDependenciesComponentConfigurator.Classpath, ClassRealm) - Method in class org.codehaus.gmavenplus.plexus.AbstractIncludeProjectDependenciesComponentConfigurator
Adds the project's compile dependencies to the specified ClassRealm.
addDependenciesToClassRealm(ExpressionEvaluator, AbstractIncludeProjectDependenciesComponentConfigurator.Classpath, ClassRealm) - Method in class org.codehaus.gmavenplus.plexus.AbstractIncludeProjectDependenciesComponentConfigurator
Adds the project's compile dependencies to the specified ClassRealm.
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
 
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
 

B

buildURLs(List) - Method in class org.codehaus.gmavenplus.plexus.AbstractIncludeProjectDependenciesComponentConfigurator
Create an array of URLs for all the elements in the classpath.

C

compareTo(Version) - Method in class org.codehaus.gmavenplus.model.Version
Compares two versions objects.
compareTo(Version, boolean) - Method in class org.codehaus.gmavenplus.model.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
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.codehaus.gmavenplus.plexus.IncludeProjectCompileDependenciesComponentConfigurator
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.codehaus.gmavenplus.plexus.IncludeProjectCompileDependenciesComponentConfigurator
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.codehaus.gmavenplus.plexus.IncludeProjectRuntimeDependenciesComponentConfigurator
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.codehaus.gmavenplus.plexus.IncludeProjectRuntimeDependenciesComponentConfigurator
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.codehaus.gmavenplus.plexus.IncludeProjectTestDependenciesComponentConfigurator
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.codehaus.gmavenplus.plexus.IncludeProjectTestDependenciesComponentConfigurator
 
continueExecuting - Variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
Whether to continue executing remaining scripts when a script fails.

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.
DEFAULT_CLASS_TEMPLATES - Static variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
 
DEFAULT_DOC_TEMPLATES - Static variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
 
DEFAULT_PACKAGE_TEMPLATES - Static variable in class org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo
 
defaultScriptExtensions() - Static method in class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
Default Groovy file extensions (currently '.groovy', '.gvy', '.gy', and '.gsh').
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.
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(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(File, 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.
DotGroovyFile(File) - Constructor for class org.codehaus.gmavenplus.groovyworkarounds.DotGroovyFile
A convenience constructor to turn a regular file into a DotGroovyFile.

E

equals(Object) - Method in class org.codehaus.gmavenplus.model.Version
Determines whether the specified object is equal to this object.
execute() - Method in class org.codehaus.gmavenplus.mojo.AddSourcesMojo
Executes this mojo.
execute() - Method in class org.codehaus.gmavenplus.mojo.AddTestSourcesMojo
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.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.GroovydocMojo
Executes this mojo.
execute() - Method in class org.codehaus.gmavenplus.mojo.GroovydocTestsMojo
Executes this mojo.
execute() - Method in class org.codehaus.gmavenplus.mojo.HelpMojo
execute() - Method in class org.codehaus.gmavenplus.mojo.RemoveStubsMojo
Executes this mojo.
execute() - Method in class org.codehaus.gmavenplus.mojo.RemoveTestStubsMojo
Executes this mojo.
ExecuteMojo - Class in org.codehaus.gmavenplus.mojo
Executes Groovy scripts (in the pom or external).
ExecuteMojo() - Constructor for class org.codehaus.gmavenplus.mojo.ExecuteMojo
 

F

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
Attempt to find a field on the supplied Class with the supplied name and/or type.
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

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
Get the field represented by the supplied field object on the specified target object.
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
Get the field represented by the supplied field object on the specified target object.
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.

H

hashCode() - Method in class org.codehaus.gmavenplus.model.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.mojo
Display help information on gmavenplus-plugin.
Call mvn gplus:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.codehaus.gmavenplus.mojo.HelpMojo
 

I

IncludeProjectCompileDependenciesComponentConfigurator - Class in org.codehaus.gmavenplus.plexus
A custom ComponentConfigurator which adds the project's compile classpath elements.
IncludeProjectCompileDependenciesComponentConfigurator() - Constructor for class org.codehaus.gmavenplus.plexus.IncludeProjectCompileDependenciesComponentConfigurator
 
IncludeProjectRuntimeDependenciesComponentConfigurator - Class in org.codehaus.gmavenplus.plexus
A custom ComponentConfigurator which adds the project's runtime classpath elements.
IncludeProjectRuntimeDependenciesComponentConfigurator() - Constructor for class org.codehaus.gmavenplus.plexus.IncludeProjectRuntimeDependenciesComponentConfigurator
 
IncludeProjectTestDependenciesComponentConfigurator - Class in org.codehaus.gmavenplus.plexus
A custom ComponentConfigurator which adds the project's test classpath elements.
IncludeProjectTestDependenciesComponentConfigurator() - Constructor for class org.codehaus.gmavenplus.plexus.IncludeProjectTestDependenciesComponentConfigurator
 
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
Allow setting whether to support invokeDynamic (requires Java 7 or greater).
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.
isGroovyArtifactId(Dependency) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
Whether the artifactId of the dependency is Groovy's artifactId.
isGroovyArtifactId(Artifact) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
Whether the artifactId of the dependency is Groovy's artifactId.
isGroovyGroupId(Dependency) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
Whether the groupId of the dependency is Groovy's groupId.
isGroovyGroupId(Artifact) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
Whether the groupId of the dependency is Groovy's groupId.
isGroovyIndy() - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
Gets the version of Groovy used from the dependency information.
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).

J

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.mojo
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.mojo.Link
 
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).
localRepository - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
The local repository.
logGroovyVersion(String) - Method in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
Logs the version of groovy used by this mojo.

M

MAIN - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
Main source directory name.
MIN_GROOVY_VERSION - Static variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
The minimum version of Groovy that this mojo supports.
MIN_GROOVY_VERSION - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGenerateStubsMojo
The minimum version of Groovy that this mojo supports.
MIN_GROOVY_VERSION - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovydocMojo
The minimum version of Groovy that this mojo supports.
MIN_GROOVY_VERSION - Static variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
The minimum version of Groovy that this mojo supports.

O

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 supporting data.
org.codehaus.gmavenplus.mojo - package org.codehaus.gmavenplus.mojo
Maven mojos.
org.codehaus.gmavenplus.plexus - package org.codehaus.gmavenplus.plexus
Classes to work with the Plexus container.
org.codehaus.gmavenplus.util - package org.codehaus.gmavenplus.util
Utility classes.
outputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
The location for the compiled classes.
overviewFile - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovydocMojo
The HTML file to be used for overview documentation.

P

parseFromString(String) - Static method in class org.codehaus.gmavenplus.model.Version
Parses a new Version object from a string.
pluginArtifacts - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
The plugin dependencies.
project - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
The Maven project this plugin is being used on.
properties - Variable in class org.codehaus.gmavenplus.mojo.ExecuteMojo
Properties to make available in scripts.

R

reactorProjects - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
The reactor projects.
ReflectionUtils - Class in org.codehaus.gmavenplus.util
Inspired 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 http://jira.codehaus.org/browse/MGROOVY-187 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.

S

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

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.
TEST - Static variable in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
Test source directory name.
testGroovydocOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovydocMojo
The location for the generated test API docs.
testOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AbstractCompileMojo
The location for the compiled test classes.
testSources - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
The Groovy test source files (relative paths).
testStubsOutputDirectory - Variable in class org.codehaus.gmavenplus.mojo.AbstractGroovyStubSourcesMojo
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.Version
Returns a String representation of this object.

V

valueOf(String) - Static method in enum org.codehaus.gmavenplus.model.Scopes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.gmavenplus.plexus.AbstractIncludeProjectDependenciesComponentConfigurator.Classpath
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum org.codehaus.gmavenplus.plexus.AbstractIncludeProjectDependenciesComponentConfigurator.Classpath
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.
Version - Class in org.codehaus.gmavenplus.model
Container for Version information in the form of major.minor.revision-tag.
Version(int, int, int, String) - Constructor for class org.codehaus.gmavenplus.model.Version
Constructs a new version object with the specified parameters.
Version(int, int, int) - Constructor for class org.codehaus.gmavenplus.model.Version
Constructs a new Version object with the specified parameters.
Version(int, int) - Constructor for class org.codehaus.gmavenplus.model.Version
Constructs a new Version object with the specified parameters.
Version(int) - Constructor for class org.codehaus.gmavenplus.model.Version
Constructs a new Version object with the specified parameters.

W

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.
A B C D E F G H I J L M O P R S T V W 

Copyright © 2011-2014. All Rights Reserved.