Package org.apache.maven.wagon

Interface Summary

CommandExecutor
Wagon

Class Summary

AbstractWagon Implementation of common facilties for Wagon providers.
CommandExecutionException Exception which should be thrown when a command fails to execute on the repository.
ConnectionException The exception is thrown when a connection to repository cannot be estblished or open connection cannot be closed.
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.
ResourceDoesNotExistException
Streams
StreamWagon Base class for wagon which provide stream based API.
TransferFailedException Exception which should be thrown when IO error occures during a transfer from repository
UnsupportedProtocolException This exception is thrown when no Wagon provider is supporting protocol required by some repository
WagonConstants This class contains constants used in Wagon API.
WagonException Root class for all exception in Wagon API
WagonUtils