| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandExecutor |
interface |
StreamingWagon |
| Modifier and Type | Class and 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 and 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 and Description |
|---|---|
Wagon |
WagonEvent.getWagon()
Returns The Wagon object on which the WagonEvent initially occurred
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileWagon
Wagon Provider for Local File System
|
| Modifier and Type | Class and Description |
|---|---|
class |
FtpHttpWagon
FtpHttpWagon
|
class |
FtpsWagon
FtpsWagon
|
class |
FtpWagon
FtpWagon
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpWagon |
class |
LightweightHttpsWagon
LightweightHttpsWagon, using JDK's HttpURLConnection.
|
class |
LightweightHttpWagon
LightweightHttpWagon, using JDK's HttpURLConnection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpClientWagon |
| Modifier and Type | Field and Description |
|---|---|
private Wagon |
AbstractHttpClientWagon.RequestEntityImplementation.wagon |
| Constructor and Description |
|---|
RequestEntityImplementation(java.io.InputStream stream,
Resource resource,
Wagon wagon,
java.io.File source) |