org.codehaus.mojo.wagon
Class ListMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.wagon.AbstractWagonMojo
org.codehaus.mojo.wagon.AbstractSingleWagonMojo
org.codehaus.mojo.wagon.AbstractWagonListMojo
org.codehaus.mojo.wagon.ListMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ListMojo
- extends AbstractWagonListMojo
List the files under a specified directory for a repository
Field Summary |
protected boolean |
showFiles
If true, any files found are logged to the console |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected void |
execute(org.apache.maven.wagon.Wagon wagon)
Perform the necessary action. |
boolean |
isShowFiles()
|
void |
setShowFiles(boolean showFiles)
|
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 |
showFiles
protected boolean showFiles
- If true, any files found are logged to the console
ListMojo
public ListMojo()
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
isShowFiles
public boolean isShowFiles()
setShowFiles
public void setShowFiles(boolean showFiles)
Copyright © 2008–2014 The Kuali Foundation. All rights reserved.