| Package | Description |
|---|---|
| org.codehaus.gmavenplus.model |
Classes to model Maven parameters.
|
| org.codehaus.gmavenplus.mojo |
Maven mojos.
|
| Modifier and Type | Method and Description |
|---|---|
static IncludeClasspath |
IncludeClasspath.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeClasspath[] |
IncludeClasspath.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected IncludeClasspath |
AbstractToolsMojo.includeClasspath
What classpath to include.
|
protected IncludeClasspath |
AbstractGroovyDocMojo.includeClasspath
What classpath to include.
|
protected IncludeClasspath |
AbstractGenerateStubsMojo.includeClasspath
What classpath to include.
|
protected IncludeClasspath |
AbstractCompileMojo.includeClasspath
What classpath to include.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGroovyMojo.setupClassWrangler(List<?> classpath,
IncludeClasspath includeClasspath)
Instantiate a ClassWrangler.
|
Copyright © 2011–2025. All rights reserved.