|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.connector.wagon.PlexusWagonProvider
@Component(role=WagonProvider.class,
hint="plexus")
public class PlexusWagonProviderA wagon provider backed by a Plexus container and the wagons registered with this container.
| Constructor Summary | |
|---|---|
PlexusWagonProvider()
|
|
| Method Summary | |
|---|---|
org.apache.maven.wagon.Wagon |
lookup(java.lang.String roleHint)
Acquires a wagon instance that matches the specified role hint. |
void |
release(org.apache.maven.wagon.Wagon wagon)
Releases the specified wagon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlexusWagonProvider()
| Method Detail |
|---|
public org.apache.maven.wagon.Wagon lookup(java.lang.String roleHint)
throws java.lang.Exception
WagonProvider
lookup in interface WagonProviderroleHint - The role hint to get a wagon for, must not be null.
null.
java.lang.Exception - If no wagon could be retrieved for the specified role hint.public void release(org.apache.maven.wagon.Wagon wagon)
WagonProvider
release in interface WagonProviderwagon - The wagon to release, may be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||