Class Summary |
AbstractTransferListener |
TransferListeners which computes MD5 checksum on the fly when files are transfered.
|
AbstractWagon |
Implementation of common facilties for Wagon providers.
|
AuthenticationException |
This exception is thrown when an authentication
error occurs while accessing the remote repository.
|
AuthenticationInfo |
This class holds the set of properties used when instance of the Wagon
will use during login opreration.
|
AuthorizationException |
This exception is thrown when the user is not entitled to fetch from or deploy to
prticular place in the repository.
|
ChecksumObserver |
TransferListeners which computes MD5 checksum on the fly when files are transfered.
|
CommandExecutionException |
Exception which should be thrown when a command fails to execute on the repository.
|
CommandExecutor | |
ConnectionException |
The exception is thrown when a connection
to repository cannot be estblished or open connection cannot be closed.
|
Debug | |
InputData | |
LazyFileOutputStream |
Variant of FileOutputStream which creates the file only when first portion
of data is written.
|
OutputData | |
PathUtils |
Various path (URL) manipulation routines
|
PermissionModeUtils |
Utility class for common operations for file/directory permissions.
|
ProxyInfo |
Conatins set of properties used by Wagon objects
while connection to the repository must go thru a proxy server.
|
Repository |
This class is an abstraction of the location from/to resources
can be transfered.
|
RepositoryPermissions |
Describes the permissions to set on files uploaded to the repository.
|
Resource |
Describes resources which can be downloaded from the repository
or uploaded to repository.
|
ResourceDoesNotExistException | |
SessionEvent |
SessionEvent is used for notifing SessionListeners about
occurences of various sistutation releated.
|
SessionEventSupport |
The class allows registration and deregistration of session listeners
|
SessionListener |
Interface for classes which wants to receive and respond to any session update events.
|
Streams | |
StreamWagon |
Base class for wagon which provide stream based API.
|
TransferEvent |
TransferEvent is used to notify TransferListeners about progress
in transfer of resources form/to the respository
|
TransferEventSupport |
The class allows registration and removal of event listners of type
TransferListener and dispatch of those events to those listeners
|
TransferFailedException |
Exception which should be thrown when IO error occures during
a transfer from repository
|
TransferListener | |
UnsupportedProtocolException |
This exception is thrown when no Wagon provider is supporting protocol required by some repository
|
Wagon | |
WagonConstants |
This class contains constants used in Wagon API.
|
WagonEvent |
Base class for all events emitted by Wagon objects.
|
WagonException |
Root class for all exception in Wagon API
|
WagonUtils | |