Uses of Interface
org.apache.maven.wagon.Wagon
Packages that use Wagon
-
Uses of Wagon in org.apache.maven.wagon
Subinterfaces of Wagon in org.apache.maven.wagonClasses in org.apache.maven.wagon that implement WagonModifier and TypeClassDescriptionclass
Implementation of common facilities for Wagon providers.class
Base class for wagon which provide stream based API.Methods in org.apache.maven.wagon with parameters of type Wagon -
Uses of Wagon in org.apache.maven.wagon.events
Methods in org.apache.maven.wagon.events that return WagonModifier and TypeMethodDescriptionWagonEvent.getWagon()
Returns The Wagon object on which the WagonEvent initially occurredConstructors in org.apache.maven.wagon.events with parameters of type WagonModifierConstructorDescriptionSessionEvent
(Wagon wagon, int eventType) Creates new instance of SessionEventSessionEvent
(Wagon wagon, Exception exception) Creates new instance of SessionEvent.TransferEvent
(Wagon wagon, Resource resource, int eventType, int requestType) TransferEvent
(Wagon wagon, Resource resource, Exception exception, int requestType) WagonEvent
(Wagon source)