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 void
StreamWagon.fillInputData
(InputData inputData) protected void
AbstractWagon.finishPutTransfer
(Resource resource, InputStream input, OutputStream output) void
void
Downloads specified resource from the repository to given file.AbstractWagon.getFileList
(String destinationDirectory) Wagon.getFileList
(String destinationDirectory) Returns aList
of strings naming the files and directories in the directory denoted by this abstract pathname.boolean
StreamWagon.getIfNewer
(String resourceName, File destination, long timestamp) boolean
Wagon.getIfNewer
(String resourceName, File destination, long timestamp) Downloads specified resource from the repository if it was modified since specified date.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
void
Copy a file from local system to remotevoid
AbstractWagon.putDirectory
(File sourceDirectory, String destinationDirectory) void
Wagon.putDirectory
(File sourceDirectory, String destinationDirectory) Copy a directory from local system to remotestatic void
WagonUtils.putDirectory
(File dir, Wagon wagon, boolean includeBasdir) Deprecated.void
StreamingWagon.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 !).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) void
StreamWagon.putFromStream
(InputStream stream, String destination, long contentLength, long lastModified) protected void
StreamWagon.putFromStream
(InputStream stream, Resource resource) protected void
AbstractWagon.putTransfer
(Resource resource, File source, OutputStream output, boolean closeOutput) protected void
AbstractWagon.putTransfer
(Resource resource, InputStream input, OutputStream output, boolean closeOutput) static String
Deprecated.protected void
AbstractWagon.transfer
(Resource resource, File source, OutputStream output, boolean closeOutput) Write fromFile
toOutputStream