Package org.apache.maven.wagon
-
Interface Summary Interface Description CommandExecutor StreamingWagon Wagon -
Class Summary Class Description AbstractWagon Implementation of common facilities 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 routinesPermissionModeUtils 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 Deprecated. -
Exception Summary Exception Description 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 established or open connection cannot be closed.ResourceDoesNotExistException TransferFailedException Exception which should be thrown when IO error occurred during a transfer from repositoryUnsupportedProtocolException This exception is thrown when no Wagon provider is supporting protocol required by some repositoryWagonException Root class for all exception in Wagon API