Uses of Enum
org.codehaus.gmavenplus.model.IncludeClasspath
Packages that use IncludeClasspath
Package
Description
Classes to model Maven parameters.
Maven mojos.
-
Uses of IncludeClasspath in org.codehaus.gmavenplus.model
Methods in org.codehaus.gmavenplus.model that return IncludeClasspathModifier and TypeMethodDescriptionstatic IncludeClasspath
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. -
Uses of IncludeClasspath in org.codehaus.gmavenplus.mojo
Fields in org.codehaus.gmavenplus.mojo declared as IncludeClasspathModifier and TypeFieldDescriptionprotected IncludeClasspath
AbstractCompileMojo.includeClasspath
What classpath to include.protected IncludeClasspath
AbstractGenerateStubsMojo.includeClasspath
What classpath to include.protected IncludeClasspath
AbstractGroovyDocMojo.includeClasspath
What classpath to include.protected IncludeClasspath
AbstractToolsMojo.includeClasspath
What classpath to include.Methods in org.codehaus.gmavenplus.mojo with parameters of type IncludeClasspathModifier and TypeMethodDescriptionprotected void
AbstractGroovyMojo.setupClassWrangler
(List<?> classpath, IncludeClasspath includeClasspath) Instantiate a ClassWrangler.