Uses of Class
org.apache.maven.wagon.authorization.AuthorizationException
Packages that use AuthorizationException
Package
Description
-
Uses of AuthorizationException in org.apache.maven.wagon
Methods in org.apache.maven.wagon that throw AuthorizationExceptionModifier and TypeMethodDescriptionabstract voidStreamWagon.fillInputData(InputData inputData) protected voidAbstractWagon.finishPutTransfer(Resource resource, InputStream input, OutputStream output) voidvoidDownloads specified resource from the repository to given file.AbstractWagon.getFileList(String destinationDirectory) Wagon.getFileList(String destinationDirectory) Returns aListof strings naming the files and directories in the directory denoted by this abstract pathname.booleanStreamWagon.getIfNewer(String resourceName, File destination, long timestamp) booleanWagon.getIfNewer(String resourceName, File destination, long timestamp) Downloads specified resource from the repository if it was modified since specified date.booleanStreamingWagon.getIfNewerToStream(String resourceName, OutputStream stream, long timestamp) Downloads specified resource from the repository if it was modified since specified date.booleanStreamWagon.getIfNewerToStream(String resourceName, OutputStream stream, long timestamp) protected InputStreamStreamWagon.getInputStream(Resource resource) voidStreamingWagon.getToStream(String resourceName, OutputStream stream) Downloads specified resource from the repository to given output stream.voidStreamWagon.getToStream(String resourceName, OutputStream stream) voidvoidCopy a file from local system to remotevoidAbstractWagon.putDirectory(File sourceDirectory, String destinationDirectory) voidWagon.putDirectory(File sourceDirectory, String destinationDirectory) Copy a directory from local system to remotestatic voidWagonUtils.putDirectory(File dir, Wagon wagon, boolean includeBasdir) Deprecated.voidStreamingWagon.putFromStream(InputStream stream, String destination) Deprecated.due to unknown contentLength various http(s) implementation will use a chuncked transfer encoding mode you must take care you http target server supports that (ngnix don't !).voidStreamingWagon.putFromStream(InputStream stream, String destination, long contentLength, long lastModified) Copy from a local input stream to remote.voidStreamWagon.putFromStream(InputStream stream, String destination) voidStreamWagon.putFromStream(InputStream stream, String destination, long contentLength, long lastModified) protected voidStreamWagon.putFromStream(InputStream stream, Resource resource) protected voidAbstractWagon.putTransfer(Resource resource, File source, OutputStream output, boolean closeOutput) protected voidAbstractWagon.putTransfer(Resource resource, InputStream input, OutputStream output, boolean closeOutput) booleanAbstractWagon.resourceExists(String resourceName) booleanWagon.resourceExists(String resourceName) Check if a remote resource existsstatic StringDeprecated.protected voidAbstractWagon.transfer(Resource resource, File source, OutputStream output, boolean closeOutput) Write fromFiletoOutputStream -
Uses of AuthorizationException in org.apache.maven.wagon.providers.file
Methods in org.apache.maven.wagon.providers.file that throw AuthorizationExceptionModifier and TypeMethodDescriptionFileWagon.getFileList(String destinationDirectory) voidFileWagon.putDirectory(File sourceDirectory, String destinationDirectory) booleanFileWagon.resourceExists(String resourceName) -
Uses of AuthorizationException in org.apache.maven.wagon.providers.http
Methods in org.apache.maven.wagon.providers.http that throw AuthorizationExceptionModifier and TypeMethodDescriptionHttpWagon.getFileList(int wait, String destinationDirectory) HttpWagon.getFileList(String destinationDirectory)