Uses of Interface
org.apache.maven.wagon.Wagon
-
Packages that use Wagon Package Description org.apache.maven.wagon org.apache.maven.wagon.events org.apache.maven.wagon.providers.file org.apache.maven.wagon.providers.http org.apache.maven.wagon.shared.http -
-
Uses of Wagon in org.apache.maven.wagon
Subinterfaces of Wagon in org.apache.maven.wagon Modifier and Type Interface Description interface
CommandExecutor
interface
StreamingWagon
Classes in org.apache.maven.wagon that implement Wagon Modifier and Type Class Description class
AbstractWagon
Implementation of common facilities for Wagon providers.class
StreamWagon
Base class for wagon which provide stream based API.Methods in org.apache.maven.wagon with parameters of type Wagon Modifier and Type Method Description static void
WagonUtils. putDirectory(java.io.File dir, Wagon wagon, boolean includeBasdir)
Deprecated.static java.lang.String
WagonUtils. toString(java.lang.String resource, Wagon wagon)
Deprecated. -
Uses of Wagon in org.apache.maven.wagon.events
Methods in org.apache.maven.wagon.events that return Wagon Modifier and Type Method Description Wagon
WagonEvent. getWagon()
Returns The Wagon object on which the WagonEvent initially occurredConstructors in org.apache.maven.wagon.events with parameters of type Wagon Constructor Description SessionEvent(Wagon wagon, int eventType)
Creates new instance of SessionEventSessionEvent(Wagon wagon, java.lang.Exception exception)
Creates new instance of SessionEvent.TransferEvent(Wagon wagon, Resource resource, int eventType, int requestType)
TransferEvent(Wagon wagon, Resource resource, java.lang.Exception exception, int requestType)
WagonEvent(Wagon source)
-
Uses of Wagon in org.apache.maven.wagon.providers.file
Classes in org.apache.maven.wagon.providers.file that implement Wagon Modifier and Type Class Description class
FileWagon
Wagon Provider for Local File System -
Uses of Wagon in org.apache.maven.wagon.providers.http
Classes in org.apache.maven.wagon.providers.http that implement Wagon Modifier and Type Class Description class
HttpWagon
-
Uses of Wagon in org.apache.maven.wagon.shared.http
Classes in org.apache.maven.wagon.shared.http that implement Wagon Modifier and Type Class Description class
AbstractHttpClientWagon
Fields in org.apache.maven.wagon.shared.http declared as Wagon Modifier and Type Field Description private Wagon
AbstractHttpClientWagon.WagonHttpEntity. wagon
Methods in org.apache.maven.wagon.shared.http that return Wagon Modifier and Type Method Description Wagon
AbstractHttpClientWagon.WagonHttpEntity. getWagon()
Constructors in org.apache.maven.wagon.shared.http with parameters of type Wagon Constructor Description WagonHttpEntity(java.io.InputStream stream, Resource resource, Wagon wagon, java.io.File source)
-