org.apache.maven.artifact.manager
Class WagonComponentConfigurator
java.lang.Object
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
org.apache.maven.artifact.manager.WagonComponentConfigurator
- All Implemented Interfaces:
- org.codehaus.plexus.component.configurator.ComponentConfigurator
public class WagonComponentConfigurator
- extends org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
Custom configurator that removes the unnecessary addition of a new converter that caused a thread synchronization
issue. Once fixed in Plexus, this custom component can be removed.
Fields inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator |
converterLookup |
Fields inherited from interface org.codehaus.plexus.component.configurator.ComponentConfigurator |
ROLE |
Method Summary |
void |
configureComponent(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)
|
Methods inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator |
configureComponent, configureComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WagonComponentConfigurator
public WagonComponentConfigurator()
configureComponent
public void configureComponent(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
- Specified by:
configureComponent
in interface org.codehaus.plexus.component.configurator.ComponentConfigurator
- Overrides:
configureComponent
in class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.