|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||

public interface WagonFactory
Create a Wagon instance for the given protocol. Implementation will be provided by a Spring service locator.
| Method Summary | |
|---|---|
org.apache.maven.wagon.Wagon |
getWagon(java.lang.String protocol)
Create a new Wagon instance for the given protocol. |
| Method Detail |
|---|
org.apache.maven.wagon.Wagon getWagon(java.lang.String protocol)
protocol - the protocol to find the Wagon for, which must be prefixed with wagon#, for example
wagon#http.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||