Uses of Interface
org.apache.maven.wagon.Wagon

Packages that use Wagon
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
 interface CommandExecutor
           
 interface StreamingWagon
           
 

Classes in org.apache.maven.wagon that implement Wagon
 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
static void WagonUtils.putDirectory(File dir, Wagon wagon, boolean includeBasdir)
          Deprecated.  
static String WagonUtils.toString(String resource, Wagon wagon)
          Deprecated.  
 

Uses of Wagon in org.apache.maven.wagon.events
 

Methods in org.apache.maven.wagon.events that return Wagon
 Wagon WagonEvent.getWagon()
          Returns The Wagon object on which the WagonEvent initially occurred
 

Constructors in org.apache.maven.wagon.events with parameters of type Wagon
SessionEvent(Wagon wagon, Exception exception)
          Creates new instance of SessionEvent.
SessionEvent(Wagon wagon, int eventType)
          Creates new instance of SessionEvent
TransferEvent(Wagon wagon, Resource resource, Exception exception, int requestType)
           
TransferEvent(Wagon wagon, Resource resource, int eventType, int requestType)
           
WagonEvent(Wagon source)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.