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

Packages that use Wagon
org.apache.maven.wagon   
org.apache.maven.wagon.events   
org.apache.maven.wagon.providers.file   
org.apache.maven.wagon.providers.ftp   
org.apache.maven.wagon.providers.http   
org.apache.maven.wagon.providers.scm   
org.apache.maven.wagon.providers.ssh   
org.apache.maven.wagon.providers.ssh.external   
org.apache.maven.wagon.providers.ssh.jsch   
org.apache.maven.wagon.providers.webdav   
org.apache.maven.wagon.shared.http4   
org.apache.maven.wagon.tck.http   
 

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 that return Wagon
protected  Wagon WagonTestCase.getWagon()
           
 

Methods in org.apache.maven.wagon with parameters of type Wagon
protected  void WagonTestCase.assertNotExists(Wagon wagon, String resourceName)
          Assert that a resource does not exist in the remote wagon system
protected  void WagonTestCase.assertResourcesAreInRemoteSide(Wagon wagon, List<String> resourceNames)
           
protected  void WagonTestCase.connectWagon(Wagon wagon)
           
protected  void WagonTestCase.createDirectory(Wagon wagon, String resourceToCreate, String dirName)
          Create a directory with a resource and check that the other ones don't exist
protected  TransferEvent WagonTestCase.createTransferEvent(Wagon wagon, Resource resource, int eventType, int requestType, File file)
           
protected  void WagonTestCase.disconnectWagon(Wagon wagon)
           
static void WagonUtils.putDirectory(File dir, Wagon wagon, boolean includeBasdir)
          Deprecated.  
protected  org.apache.maven.wagon.WagonTestCase.ProgressArgumentMatcher WagonTestCase.replaceMockForGet(Wagon wagon, int expectedSize)
           
protected  org.apache.maven.wagon.WagonTestCase.ProgressArgumentMatcher WagonTestCase.replayMockForPut(String resourceName, String content, Wagon wagon)
           
protected  org.apache.maven.wagon.WagonTestCase.ProgressArgumentMatcher WagonTestCase.setupGetIfNewerTest(Wagon wagon, boolean expectedResult, int expectedSize)
           
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)
           
 

Uses of Wagon in org.apache.maven.wagon.providers.file
 

Classes in org.apache.maven.wagon.providers.file that implement Wagon
 class FileWagon
          Wagon Provider for Local File System
 

Uses of Wagon in org.apache.maven.wagon.providers.ftp
 

Classes in org.apache.maven.wagon.providers.ftp that implement Wagon
 class FtpWagon
          FtpWagon
 

Uses of Wagon in org.apache.maven.wagon.providers.http
 

Classes in org.apache.maven.wagon.providers.http that implement Wagon
 class HttpWagon
           
 class LightweightHttpsWagon
          LightweightHttpsWagon, using JDK's HttpURLConnection.
 class LightweightHttpWagon
          LightweightHttpWagon, using JDK's HttpURLConnection.
 

Uses of Wagon in org.apache.maven.wagon.providers.scm
 

Classes in org.apache.maven.wagon.providers.scm that implement Wagon
 class ScmWagon
          Wagon provider to get and put files from and to SCM systems, using Maven-SCM as underlying transport.
 

Uses of Wagon in org.apache.maven.wagon.providers.ssh
 

Subinterfaces of Wagon in org.apache.maven.wagon.providers.ssh
 interface SshWagon
          SshWagon - identifier for 100% java implementations of Ssh.
 

Methods in org.apache.maven.wagon.providers.ssh with parameters of type Wagon
 void ScpHelper.putDirectory(Wagon wagon, File sourceDirectory, String destinationDirectory)
           
 

Uses of Wagon in org.apache.maven.wagon.providers.ssh.external
 

Classes in org.apache.maven.wagon.providers.ssh.external that implement Wagon
 class ScpExternalCommandExecutor
          ScpExternalCommandExecutor - bridge class for plexus:descriptor
 class ScpExternalWagon
          SCP deployer using "external" scp program.
 

Uses of Wagon in org.apache.maven.wagon.providers.ssh.jsch
 

Classes in org.apache.maven.wagon.providers.ssh.jsch that implement Wagon
 class AbstractJschWagon
          AbstractJschWagon
 class ScpCommandExecutor
          ScpCommandExecutor - bridge class for plexus:descriptor
 class ScpWagon
          SCP protocol wagon.
 class SftpWagon
          SFTP protocol wagon.
 

Uses of Wagon in org.apache.maven.wagon.providers.webdav
 

Classes in org.apache.maven.wagon.providers.webdav that implement Wagon
 class WebDavWagon
          WebDavWagon

Allows using a webdav remote repository for downloads and deployments

 

Uses of Wagon in org.apache.maven.wagon.shared.http4
 

Classes in org.apache.maven.wagon.shared.http4 that implement Wagon
 class AbstractHttpClientWagon
           
 

Uses of Wagon in org.apache.maven.wagon.tck.http
 

Methods in org.apache.maven.wagon.tck.http that return Wagon
protected  Wagon HttpWagonTests.getWagon()
           
 

Methods in org.apache.maven.wagon.tck.http with parameters of type Wagon
 boolean WagonTestCaseConfigurator.configureWagonForTest(Wagon wagon, String useCaseId)
           
 



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