|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wagon | |
|---|---|
| org.apache.maven.wagon | |
| org.apache.maven.wagon.events | |
| Uses of Wagon in org.apache.maven.wagon |
|---|
| Subinterfaces of Wagon in org.apache.maven.wagon | |
|---|---|
interface |
CommandExecutor
|
interface |
StreamingWagon
|
| Classes in org.apache.maven.wagon that implement Wagon | |
|---|---|
class |
AbstractWagon
Implementation of common facilities for Wagon providers. |
class |
StreamWagon
Base class for wagon which provide stream based API. |
| Methods in org.apache.maven.wagon with parameters of type Wagon | |
|---|---|
static void |
WagonUtils.putDirectory(java.io.File dir,
Wagon wagon,
boolean includeBasdir)
Deprecated. |
static java.lang.String |
WagonUtils.toString(java.lang.String resource,
Wagon wagon)
Deprecated. |
| Uses of Wagon in org.apache.maven.wagon.events |
|---|
| Methods in org.apache.maven.wagon.events that return Wagon | |
|---|---|
Wagon |
WagonEvent.getWagon()
Returns The Wagon object on which the WagonEvent initially occurred |
| Constructors in org.apache.maven.wagon.events with parameters of type Wagon | |
|---|---|
SessionEvent(Wagon wagon,
java.lang.Exception exception)
Creates new instance of SessionEvent. |
|
SessionEvent(Wagon wagon,
int eventType)
Creates new instance of SessionEvent |
|
TransferEvent(Wagon wagon,
Resource resource,
java.lang.Exception exception,
int requestType)
|
|
TransferEvent(Wagon wagon,
Resource resource,
int eventType,
int requestType)
|
|
WagonEvent(Wagon source)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||