@Component(role=WagonDownload.class, hint="default") public class DefaultWagonDownload extends Object implements WagonDownload
| Constructor and Description |
|---|
DefaultWagonDownload() |
| Modifier and Type | Method and Description |
|---|---|
void |
download(org.apache.maven.wagon.Wagon wagon,
WagonFileSet remoteFileSet,
org.apache.maven.plugin.logging.Log logger) |
boolean |
exists(org.apache.maven.wagon.Wagon wagon,
String resource) |
List |
getFileList(org.apache.maven.wagon.Wagon wagon,
WagonFileSet fileSet,
org.apache.maven.plugin.logging.Log logger) |
public List getFileList(org.apache.maven.wagon.Wagon wagon, WagonFileSet fileSet, org.apache.maven.plugin.logging.Log logger) throws org.apache.maven.wagon.WagonException
getFileList in interface WagonDownloadwagon - - a Wagon instancefileSet - - Criteria to build the listlogger - - logger usedorg.apache.maven.wagon.WagonException - if any wagon errorpublic void download(org.apache.maven.wagon.Wagon wagon,
WagonFileSet remoteFileSet,
org.apache.maven.plugin.logging.Log logger)
throws org.apache.maven.wagon.WagonException
download in interface WagonDownloadwagon - - a Wagon instanceremoteFileSet - - Criteria to build the listlogger - - logger usedorg.apache.maven.wagon.WagonException - if any wagon errorpublic boolean exists(org.apache.maven.wagon.Wagon wagon,
String resource)
throws org.apache.maven.wagon.WagonException
exists in interface WagonDownloadwagon - - a Wagon instanceresource - - resource to testtrue if found, false otherwiseorg.apache.maven.wagon.WagonException - if any wagon errorCopyright © 2008–2021 MojoHaus. All rights reserved.