Uses of Class
org.apache.maven.wagon.authorization.AuthorizationException

Packages that use AuthorizationException
org.apache.maven.wagon   
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.shared.http   
 

Uses of AuthorizationException in org.apache.maven.wagon
 

Methods in org.apache.maven.wagon that throw AuthorizationException
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 resourceNames)
           
abstract  void StreamWagon.fillInputData(InputData inputData)
           
protected  void AbstractWagon.finishPutTransfer(Resource resource, InputStream input, OutputStream output)
           
 void Wagon.get(String resourceName, File destination)
          Downloads specified resource from the repository to given file.
 void StreamWagon.get(String resourceName, File destination)
           
 List Wagon.getFileList(String destinationDirectory)
          

Returns a List of strings naming the files and directories in the directory denoted by this abstract pathname.

 List AbstractWagon.getFileList(String destinationDirectory)
           
 boolean Wagon.getIfNewer(String resourceName, File destination, long timestamp)
          Downloads specified resource from the repository if it was modified since specified date.
 boolean StreamWagon.getIfNewer(String resourceName, File destination, long timestamp)
           
 boolean StreamingWagon.getIfNewerToStream(String resourceName, OutputStream stream, long timestamp)
          Downloads specified resource from the repository if it was modified since specified date.
 boolean StreamWagon.getIfNewerToStream(String resourceName, OutputStream stream, long timestamp)
           
protected  InputStream StreamWagon.getInputStream(Resource resource)
           
 void StreamingWagon.getToStream(String resourceName, OutputStream stream)
          Downloads specified resource from the repository to given output stream.
 void StreamWagon.getToStream(String resourceName, OutputStream stream)
           
 void Wagon.put(File source, String destination)
          Copy a file from local system to remote
 void StreamWagon.put(File source, String resourceName)
           
 void Wagon.putDirectory(File sourceDirectory, String destinationDirectory)
          Copy a directory from local system to remote
 void AbstractWagon.putDirectory(File sourceDirectory, String destinationDirectory)
           
static void WagonUtils.putDirectory(File dir, Wagon wagon, boolean includeBasdir)
          Deprecated.  
 void StreamingWagon.putFromStream(InputStream stream, String destination)
          Copy from a local input stream to remote.
 void StreamWagon.putFromStream(InputStream stream, String destination)
           
 void StreamingWagon.putFromStream(InputStream stream, String destination, long contentLength, long lastModified)
          Copy from a local input stream to remote.
 void StreamWagon.putFromStream(InputStream stream, String destination, long contentLength, long lastModified)
           
protected  void AbstractWagon.putTransfer(Resource resource, File source, OutputStream output, boolean closeOutput)
           
protected  void AbstractWagon.putTransfer(Resource resource, InputStream input, OutputStream output, boolean closeOutput)
           
 boolean Wagon.resourceExists(String resourceName)
          Check if a remote resource exists
 boolean AbstractWagon.resourceExists(String resourceName)
           
static String WagonUtils.toString(String resource, Wagon wagon)
          Deprecated.  
protected  void AbstractWagon.transfer(Resource resource, File source, OutputStream output, boolean closeOutput)
          Write from File to OutputStream
 

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

Methods in org.apache.maven.wagon.providers.file that throw AuthorizationException
 List FileWagon.getFileList(String destinationDirectory)
           
 void FileWagon.putDirectory(File sourceDirectory, String destinationDirectory)
           
 boolean FileWagon.resourceExists(String resourceName)
           
 

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

Methods in org.apache.maven.wagon.providers.ftp that throw AuthorizationException
 List FtpWagon.getFileList(String destinationDirectory)
           
 void FtpWagon.putDirectory(File sourceDirectory, String destinationDirectory)
           
 boolean FtpWagon.resourceExists(String resourceName)
           
 

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

Methods in org.apache.maven.wagon.providers.http that throw AuthorizationException
 void LightweightHttpWagon.fillInputData(InputData inputData)
           
protected  void LightweightHttpWagon.finishPutTransfer(Resource resource, InputStream input, OutputStream output)
           
 List HttpWagon.getFileList(String destinationDirectory)
           
 List LightweightHttpWagon.getFileList(String destinationDirectory)
           
 boolean LightweightHttpWagon.resourceExists(String resourceName)
           
 

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

Methods in org.apache.maven.wagon.providers.scm that throw AuthorizationException
 void ScmWagon.get(String resourceName, File destination)
           
 List ScmWagon.getFileList(String resourcePath)
           
 boolean ScmWagon.getIfNewer(String resourceName, File destination, long timestamp)
          Not implemented
 void ScmWagon.put(File source, String targetName)
           
 void ScmWagon.putDirectory(File sourceDirectory, String destinationDirectory)
           
 boolean ScmWagon.resourceExists(String resourceName)
           
 

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

Methods in org.apache.maven.wagon.providers.ssh that throw AuthorizationException
 List ScpHelper.getFileList(String destinationDirectory, Repository repository)
           
 void ScpHelper.putDirectory(Wagon wagon, File sourceDirectory, String destinationDirectory)
           
 boolean ScpHelper.resourceExists(String resourceName, Repository repository)
           
 

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

Methods in org.apache.maven.wagon.providers.ssh.external that throw AuthorizationException
 void ScpExternalWagon.get(String resourceName, File destination)
           
 List ScpExternalWagon.getFileList(String destinationDirectory)
           
 boolean ScpExternalWagon.getIfNewer(String resourceName, File destination, long timestamp)
           
 void ScpExternalWagon.put(File source, String destination)
           
 void ScpExternalWagon.putDirectory(File sourceDirectory, String destinationDirectory)
           
 boolean ScpExternalWagon.resourceExists(String resourceName)
           
 

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

Methods in org.apache.maven.wagon.providers.ssh.jsch that throw AuthorizationException
 List SftpWagon.getFileList(String destinationDirectory)
           
 List AbstractJschWagon.getFileList(String destinationDirectory)
           
 void SftpWagon.putDirectory(File sourceDirectory, String destinationDirectory)
           
 void AbstractJschWagon.putDirectory(File sourceDirectory, String destinationDirectory)
           
 boolean SftpWagon.resourceExists(String resourceName)
           
 boolean AbstractJschWagon.resourceExists(String resourceName)
           
 

Uses of AuthorizationException in org.apache.maven.wagon.shared.http
 

Methods in org.apache.maven.wagon.shared.http that throw AuthorizationException
 void AbstractHttpClientWagon.fillInputData(InputData inputData)
           
 void AbstractHttpClientWagon.put(File source, String resourceName)
           
 void AbstractHttpClientWagon.putFromStream(InputStream stream, String destination, long contentLength, long lastModified)
           
 boolean AbstractHttpClientWagon.resourceExists(String resourceName)
           
 



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