Package org.apache.maven.wagon

Interface Summary
CommandExecutor  
Wagon  
 

Class Summary
AbstractWagon Implementation of common facilties for Wagon providers.
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.
Streams  
StreamWagon Base class for wagon which provide stream based API.
WagonConstants This class contains constants used in Wagon API.
WagonUtils  
 

Exception Summary
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.
ResourceDoesNotExistException  
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
WagonException Root class for all exception in Wagon API