org.codehaus.mojo.wagon
Class AbstractCopyMojo
java.lang.Object
  
org.apache.maven.plugin.AbstractMojo
      
org.codehaus.mojo.wagon.AbstractWagonMojo
          
org.codehaus.mojo.wagon.AbstractDoubleWagonMojo
              
org.codehaus.mojo.wagon.AbstractCopyMojo
- All Implemented Interfaces: 
 - org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
 
- Direct Known Subclasses: 
 - CopyMojo, MergeMavenRepoMojo
 
public abstract class AbstractCopyMojo
- extends AbstractDoubleWagonMojo
 
 
 
 
| Fields inherited from interface org.apache.maven.plugin.Mojo | 
ROLE | 
 
 
| 
Method Summary | 
protected abstract  void | 
copy(org.apache.maven.wagon.Wagon src,
         org.apache.maven.wagon.Wagon target)
 
            | 
 void | 
execute()
 
            | 
 
 
| 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 | 
 
AbstractCopyMojo
public AbstractCopyMojo()
copy
protected abstract void copy(org.apache.maven.wagon.Wagon src,
                             org.apache.maven.wagon.Wagon target)
                      throws IOException,
                             org.apache.maven.wagon.WagonException
- Throws:
 IOException
org.apache.maven.wagon.WagonException
 
execute
public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
- Throws:
 org.apache.maven.plugin.MojoExecutionException
 
Copyright © 2008–2014 The Kuali Foundation. All rights reserved.