org.codehaus.mojo.wagon
Class AbstractWagonListMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.wagon.AbstractWagonMojo
org.codehaus.mojo.wagon.AbstractSingleWagonMojo
org.codehaus.mojo.wagon.AbstractWagonListMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- DownloadMojo, ListMojo
public abstract class AbstractWagonListMojo
- extends AbstractSingleWagonMojo
Contains common configuration to scan for Wagon's files
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromDir
protected String fromDir
- Directory path relative to Wagon's URL
includes
protected String includes
- Comma separated list of Ant's includes to scan for remote files
excludes
protected String excludes
- Comma separated list of Ant's excludes to scan for remote files
caseSensitive
protected boolean caseSensitive
- Whether to consider remote path case sensitivity during scan
wagonDownload
protected WagonDownload wagonDownload
AbstractWagonListMojo
public AbstractWagonListMojo()
getWagonFileSet
protected WagonFileSet getWagonFileSet()
Copyright © 2008–2014 The Kuali Foundation. All rights reserved.