|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WagonProvider
A component to acquire and release wagon instances for uploads/downloads.
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. |
Method Detail |
---|
org.apache.maven.wagon.Wagon lookup(java.lang.String roleHint) throws java.lang.Exception
roleHint
- 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.void release(org.apache.maven.wagon.Wagon wagon)
wagon
- The wagon to release, may be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |