Uses of Interface
org.apache.maven.wagon.Wagon
-
Packages that use Wagon Package Description org.apache.maven.wagon org.apache.maven.wagon.events -
-
Uses of Wagon in org.apache.maven.wagon
Subinterfaces of Wagon in org.apache.maven.wagon Modifier and Type Interface Description interfaceCommandExecutorinterfaceStreamingWagonClasses in org.apache.maven.wagon that implement Wagon Modifier and Type Class Description classAbstractWagonImplementation of common facilities for Wagon providers.classStreamWagonBase 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 voidWagonUtils. putDirectory(java.io.File dir, Wagon wagon, boolean includeBasdir)Deprecated.static java.lang.StringWagonUtils. 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 WagonWagonEvent. 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)
-