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 IncludeClasspath
IncludeClasspath. 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 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 IncludeClasspath Modifier and Type Method Description protected void
AbstractGroovyMojo. setupClassWrangler(java.util.List<?> classpath, IncludeClasspath includeClasspath)
Instantiate a ClassWrangler.
-