org.codehaus.mojo.wagon
Class ListMojo

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
                  extended by org.codehaus.mojo.wagon.ListMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ListMojo
extends AbstractWagonListMojo

Lists the content of the specified directory (remotePath) under a specified repository (url)


Field Summary
 
Fields inherited from class org.codehaus.mojo.wagon.AbstractWagonListMojo
caseSensitive, excludes, fromDir, includes, 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
ListMojo()
           
 
Method Summary
protected  void execute(org.apache.maven.wagon.Wagon wagon)
          Perform the necessary action.
 
Methods inherited from class org.codehaus.mojo.wagon.AbstractWagonListMojo
getWagonFileSet
 
Methods inherited from class org.codehaus.mojo.wagon.AbstractSingleWagonMojo
disconnectQuietly, 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
 

Constructor Detail

ListMojo

public ListMojo()
Method Detail

execute

protected void execute(org.apache.maven.wagon.Wagon wagon)
                throws org.apache.maven.plugin.MojoExecutionException,
                       org.apache.maven.wagon.WagonException
Description copied from class: AbstractSingleWagonMojo
Perform the necessary action. To be implemented in the child mojo.

Specified by:
execute in class AbstractSingleWagonMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.wagon.WagonException


Copyright © 2008-2012 The Kuali Foundation. All Rights Reserved.