Uses of Class
org.codehaus.gmavenplus.model.IncludeClasspath
-
Packages that use IncludeClasspath Package Description org.codehaus.gmavenplus.model Classes to model Maven parameters.org.codehaus.gmavenplus.mojo Maven mojos. -
-
Uses of IncludeClasspath in org.codehaus.gmavenplus.model
Methods in org.codehaus.gmavenplus.model that return IncludeClasspath Modifier and Type Method Description static IncludeClasspathIncludeClasspath. valueOf(java.lang.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. -
Uses of IncludeClasspath in org.codehaus.gmavenplus.mojo
Fields in org.codehaus.gmavenplus.mojo declared as IncludeClasspath Modifier and Type Field Description protected 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 IncludeClasspath Modifier and Type Method Description protected voidAbstractGroovyMojo. setupClassWrangler(java.util.List<?> classpath, IncludeClasspath includeClasspath)Instantiate a ClassWrangler.
-