Uses of Class
org.apache.maven.wagon.ResourceDoesNotExistException
Packages that use ResourceDoesNotExistException
-
Uses of ResourceDoesNotExistException in org.apache.maven.wagon
Methods in org.apache.maven.wagon that throw ResourceDoesNotExistExceptionModifier 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) static StringDeprecated.protected voidAbstractWagon.transfer(Resource resource, File source, OutputStream output, boolean closeOutput) Write fromFiletoOutputStream