|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.connector.wagon.PlexusWagonConfigurator
@Component(role=WagonConfigurator.class, hint="plexus") public class PlexusWagonConfigurator
A wagon configurator based on the Plexus component configuration framework.
Constructor Summary | |
---|---|
PlexusWagonConfigurator()
|
Method Summary | |
---|---|
void |
configure(org.apache.maven.wagon.Wagon wagon,
java.lang.Object configuration)
Configures the specified wagon instance with the given configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlexusWagonConfigurator()
Method Detail |
---|
public void configure(org.apache.maven.wagon.Wagon wagon, java.lang.Object configuration) throws java.lang.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
.
java.lang.Exception
- If the configuration could not be applied to the wagon.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |