Uses of Class
org.codehaus.gmavenplus.plexus.AbstractIncludeProjectDependenciesComponentConfigurator.Classpath
-
Packages that use AbstractIncludeProjectDependenciesComponentConfigurator.Classpath Package Description org.codehaus.gmavenplus.plexus Classes to work with the Plexus container. -
-
Uses of AbstractIncludeProjectDependenciesComponentConfigurator.Classpath in org.codehaus.gmavenplus.plexus
Methods in org.codehaus.gmavenplus.plexus that return AbstractIncludeProjectDependenciesComponentConfigurator.Classpath Modifier and Type Method Description static AbstractIncludeProjectDependenciesComponentConfigurator.Classpath
AbstractIncludeProjectDependenciesComponentConfigurator.Classpath. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractIncludeProjectDependenciesComponentConfigurator.Classpath[]
AbstractIncludeProjectDependenciesComponentConfigurator.Classpath. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.gmavenplus.plexus with parameters of type AbstractIncludeProjectDependenciesComponentConfigurator.Classpath Modifier and Type Method Description protected void
AbstractIncludeProjectDependenciesComponentConfigurator. addDependenciesToClassRealm(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator, AbstractIncludeProjectDependenciesComponentConfigurator.Classpath classpath, org.codehaus.classworlds.ClassRealm containerRealm)
Adds the project's compile dependencies to the specified ClassRealm.protected void
AbstractIncludeProjectDependenciesComponentConfigurator. addDependenciesToClassRealm(org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator, AbstractIncludeProjectDependenciesComponentConfigurator.Classpath classpath, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm)
Adds the project's compile dependencies to the specified ClassRealm.
-