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 |
---|---|
protected Wagon |
WagonTestCase.getWagon() |
Modifier and Type | Method and Description |
---|---|
protected void |
WagonTestCase.assertNotExists(Wagon wagon,
java.lang.String resourceName)
Assert that a resource does not exist in the remote wagon system
|
protected void |
WagonTestCase.assertResourcesAreInRemoteSide(Wagon wagon,
java.util.List resourceNames) |
protected void |
WagonTestCase.connectWagon(Wagon wagon) |
protected void |
WagonTestCase.createDirectory(Wagon wagon,
java.lang.String resourceToCreate,
java.lang.String dirName)
Create a directory with a resource and check that the other ones don't exist
|
protected TransferEvent |
WagonTestCase.createTransferEvent(Wagon wagon,
Resource resource,
int eventType,
int requestType,
java.io.File file) |
protected void |
WagonTestCase.disconnectWagon(Wagon wagon) |
static void |
WagonUtils.putDirectory(java.io.File dir,
Wagon wagon,
boolean includeBasdir)
Deprecated.
|
protected org.apache.maven.wagon.WagonTestCase.ProgressArgumentMatcher |
WagonTestCase.replaceMockForGet(Wagon wagon,
int expectedSize) |
protected org.apache.maven.wagon.WagonTestCase.ProgressArgumentMatcher |
WagonTestCase.replayMockForPut(java.lang.String resourceName,
java.lang.String content,
Wagon wagon) |
protected org.apache.maven.wagon.WagonTestCase.ProgressArgumentMatcher |
WagonTestCase.setupGetIfNewerTest(Wagon wagon,
boolean expectedResult,
int expectedSize) |
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 |
FtpWagon
FtpWagon
|
Modifier and Type | Class and Description |
---|---|
class |
HttpWagon |
class |
LightweightHttpsWagon
LIghtweightHttpsWagon
|
class |
LightweightHttpWagon
LightweightHttpWagon
|
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,
java.io.File sourceDirectory,
java.lang.String destinationDirectory) |
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 |
Modifier and Type | Method and Description |
---|---|
protected Wagon |
HttpWagonTests.getWagon() |
Modifier and Type | Method and Description |
---|---|
boolean |
WagonTestCaseConfigurator.configureWagonForTest(Wagon wagon,
java.lang.String useCaseId) |
Copyright © 2003-2014. All Rights Reserved.