@Component(role=WagonConfigurator.class, hint="plexus") public class PlexusWagonConfigurator extends Object implements WagonConfigurator
Constructor and Description |
---|
PlexusWagonConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.apache.maven.wagon.Wagon wagon,
Object configuration)
Configures the specified wagon instance with the given configuration.
|
public void configure(org.apache.maven.wagon.Wagon wagon, Object configuration) throws Exception
WagonConfigurator
configure
in interface WagonConfigurator
wagon
- The wagon instance to configure, must not be null
.configuration
- The configuration to apply to the wagon instance, must not be null
.Exception
- If the configuration could not be applied to the wagon.Copyright © 2010-2019 Sonatype, Inc.. All Rights Reserved.