org.codehaus.mojo.wagon
Class AbstractWagonListMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.wagon.AbstractWagonMojo
          extended by org.codehaus.mojo.wagon.AbstractSingleWagonMojo
              extended by 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


Field Summary
protected  boolean caseSensitive
          Whether to consider remote path case sensitivity during scan
protected  String excludes
          Comma separated list of Ant's excludes to scan for remote files
protected  String fromDir
          Directory path relative to Wagon's URL
protected  String includes
          Comma separated list of Ant's includes to scan for remote files
protected  WagonDownload wagonDownload
           
 
Fields inherited from class org.codehaus.mojo.wagon.AbstractWagonMojo
project, settings, skip, wagonManager
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractWagonListMojo()
           
 
Method Summary
protected  WagonFileSet getWagonFileSet()
           
 
Methods inherited from class org.codehaus.mojo.wagon.AbstractSingleWagonMojo
disconnectQuietly, execute, execute
 
Methods inherited from class org.codehaus.mojo.wagon.AbstractWagonMojo
createWagon, getWagonFileSet
 
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
 

Field Detail

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
Constructor Detail

AbstractWagonListMojo

public AbstractWagonListMojo()
Method Detail

getWagonFileSet

protected WagonFileSet getWagonFileSet()


Copyright © 2008–2014 The Kuali Foundation. All rights reserved.