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(File dir,
Wagon wagon,
boolean includeBasdir)
Deprecated.
|
static String |
WagonUtils.toString(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,
Exception exception)
Creates new instance of SessionEvent.
|
SessionEvent(Wagon wagon,
int eventType)
Creates new instance of SessionEvent
|
TransferEvent(Wagon wagon,
Resource resource,
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 |
ScmWagon
Wagon provider to get and put files from and to SCM systems, using Maven-SCM as underlying transport.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SshWagon
SshWagon - identifier for 100% java implementations of Ssh.
|
Modifier and Type | Method and Description |
---|---|
void |
ScpHelper.putDirectory(Wagon wagon,
File sourceDirectory,
String destinationDirectory)
Put a whole directory content, by transferring a unique zip file and uncompressing it
on the target ssh server with
unzip command. |
Modifier and Type | Class and Description |
---|---|
class |
ScpExternalCommandExecutor
ScpExternalCommandExecutor - bridge class for plexus:descriptor
|
class |
ScpExternalWagon
SCP deployer using "external" scp program.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJschWagon
AbstractJschWagon
|
class |
ScpCommandExecutor
ScpCommandExecutor - bridge class for plexus:descriptor
|
class |
ScpWagon
SCP protocol wagon.
|
class |
SftpWagon
SFTP protocol wagon.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClientWagon |
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.