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
Subclasses with type arguments of type IncludeClasspath in org.codehaus.gmavenplus.modelMethods in org.codehaus.gmavenplus.model that return IncludeClasspathModifier and TypeMethodDescriptionstatic IncludeClasspathReturns 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 IncludeClasspathAbstractCompileMojo.includeClasspathWhat classpath to include.protected IncludeClasspathAbstractGenerateStubsMojo.includeClasspathWhat classpath to include.protected IncludeClasspathAbstractGroovyDocMojo.includeClasspathWhat classpath to include.protected IncludeClasspathAbstractToolsMojo.includeClasspathWhat classpath to include.Methods in org.codehaus.gmavenplus.mojo with parameters of type IncludeClasspathModifier and TypeMethodDescriptionprotected voidAbstractGroovyMojo.setupClassWrangler(List<?> classpath, IncludeClasspath includeClasspath) Instantiate a ClassWrangler.