Package org.codehaus.mojo.wagon.shared
Interface WagonDownload
- All Known Implementing Classes:
DefaultWagonDownload
public interface WagonDownload
-
Method Summary
Modifier and TypeMethodDescriptionvoiddownload(org.apache.maven.wagon.Wagon wagon, WagonFileSet remoteFileSet, org.apache.maven.plugin.logging.Log logger) booleangetFileList(org.apache.maven.wagon.Wagon wagon, WagonFileSet fileSet, org.apache.maven.plugin.logging.Log logger)
-
Method Details
-
exists
boolean exists(org.apache.maven.wagon.Wagon wagon, String resource) throws org.apache.maven.wagon.WagonException - Parameters:
wagon- - a Wagon instanceresource- - resource to test- Returns:
trueif found,falseotherwise- Throws:
org.apache.maven.wagon.WagonException- if any wagon error