| Package | Description |
|---|---|
| org.apache.maven.wagon | |
| org.apache.maven.wagon.events |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CommandExecutor |
|
interface |
StreamingWagon |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractWagon |
Implementation of common facilities for Wagon providers.
|
class |
StreamWagon |
Base class for wagon which provide stream based API.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
Wagon |
WagonEvent.getWagon() |
Returns The Wagon object on which the WagonEvent initially occurred
|
| Constructor | Description |
|---|---|
SessionEvent(Wagon wagon,
int eventType) |
Creates new instance of SessionEvent
|
SessionEvent(Wagon wagon,
java.lang.Exception exception) |
Creates new instance of SessionEvent.
|
TransferEvent(Wagon wagon,
Resource resource,
int eventType,
int requestType) |
|
TransferEvent(Wagon wagon,
Resource resource,
java.lang.Exception exception,
int requestType) |
|
WagonEvent(Wagon source) |