org.codehaus.mojo.wagon
Class ExistMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.wagon.AbstractWagonMojo
org.codehaus.mojo.wagon.AbstractSingleWagonMojo
org.codehaus.mojo.wagon.ExistMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ExistMojo
- extends AbstractSingleWagonMojo
Check for the existing of remote resource.
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. |
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 |
wagonDownload
protected WagonDownload wagonDownload
ExistMojo
public ExistMojo()
execute
protected void execute(org.apache.maven.wagon.Wagon wagon)
throws org.apache.maven.wagon.WagonException,
IOException
- 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.wagon.WagonException
IOException
Copyright © 2008-2012 The Kuali Foundation. All Rights Reserved.