public class IncludeProjectTestDependenciesComponentConfigurator extends AbstractIncludeProjectDependenciesComponentConfigurator
AbstractIncludeProjectDependenciesComponentConfigurator.Classpath| Constructor and Description |
|---|
IncludeProjectTestDependenciesComponentConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureComponent(java.lang.Object component,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator,
org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm,
org.codehaus.plexus.component.configurator.ConfigurationListener listener) |
void |
configureComponent(java.lang.Object component,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator,
org.codehaus.classworlds.ClassRealm containerRealm,
org.codehaus.plexus.component.configurator.ConfigurationListener listener) |
addDependenciesToClassRealm, addDependenciesToClassRealm, buildURLspublic IncludeProjectTestDependenciesComponentConfigurator()
public void configureComponent(java.lang.Object component,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator,
org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm,
org.codehaus.plexus.component.configurator.ConfigurationListener listener)
throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
configureComponent in interface org.codehaus.plexus.component.configurator.ComponentConfiguratorconfigureComponent in class org.codehaus.plexus.component.configurator.AbstractComponentConfiguratorcomponent - the Component to configureconfiguration - the Configuration to use to configure the componentexpressionEvaluator - the ExpressionEvaluatorcontainerRealm - the Classrealm to use to configure the componentlistener - the component's Listenerorg.codehaus.plexus.component.configurator.ComponentConfigurationException - when an exception occurs in component configurationpublic void configureComponent(java.lang.Object component,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator,
org.codehaus.classworlds.ClassRealm containerRealm,
org.codehaus.plexus.component.configurator.ConfigurationListener listener)
throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
component - the Component to configureconfiguration - the Configuration to use to configure the componentexpressionEvaluator - the ExpressionEvaluatorcontainerRealm - the Classrealm to use to configure the componentlistener - the component's Listenerorg.codehaus.plexus.component.configurator.ComponentConfigurationException - when an exception occurs in component configuration