|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TransferFailedException | |
| org.apache.maven.wagon | |
| Uses of TransferFailedException in org.apache.maven.wagon |
| Methods in org.apache.maven.wagon that throw TransferFailedException | |
static String |
WagonUtils.toString(String resource,
Wagon wagon)
|
static void |
WagonUtils.putDirectory(File dir,
Wagon wagon,
boolean includeBasdir)
|
protected void |
AbstractWagon.createParentDirectories(File destination)
|
protected void |
AbstractWagon.getTransfer(Resource resource,
File destination,
InputStream input)
|
protected void |
AbstractWagon.getTransfer(Resource resource,
File destination,
InputStream input,
boolean closeInput,
int maxSize)
|
protected void |
AbstractWagon.putTransfer(Resource resource,
File source,
OutputStream output,
boolean closeOutput)
|
protected void |
AbstractWagon.transfer(Resource resource,
File source,
OutputStream output,
boolean closeOutput)
Write from File to OutputStream |
protected void |
AbstractWagon.postProcessListeners(Resource resource,
File source,
int requestType)
This method is used if you are not streaming the transfer, to make sure any listeners dependent on state (eg checksum observers) succeed. |
void |
AbstractWagon.putDirectory(File sourceDirectory,
String destinationDirectory)
|
List |
AbstractWagon.getFileList(String destinationDirectory)
|
boolean |
AbstractWagon.resourceExists(String resourceName)
|
abstract void |
StreamWagon.fillInputData(InputData inputData)
|
abstract void |
StreamWagon.fillOutputData(OutputData outputData)
|
void |
StreamWagon.get(String resourceName,
File destination)
|
boolean |
StreamWagon.getIfNewer(String resourceName,
File destination,
long timestamp)
|
void |
StreamWagon.put(File source,
String resourceName)
|
void |
Wagon.get(String resourceName,
File destination)
Downloads specified resource from the repository to given file. |
boolean |
Wagon.getIfNewer(String resourceName,
File destination,
long timestamp)
Downloads specified resource from the repository if it was modfified since specified date. |
void |
Wagon.put(File source,
String destination)
Copy a file from local system to remote |
void |
Wagon.putDirectory(File sourceDirectory,
String destinationDirectory)
Copy a directory from local system to remote |
boolean |
Wagon.resourceExists(String resourceName)
Check if a remote resource exists |
List |
Wagon.getFileList(String destinationDirectory)
Returns a List of strings naming the files and directories in the directory denoted by
this abstract pathname. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||