org.codehaus.mojo.commons.attributes
Class AbstractCommonsAttributeMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.commons.attributes.AbstractCommonsAttributeMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
CommonsAttributesMojo, CommonsAttributesTestMojo

public abstract class AbstractCommonsAttributeMojo
extends org.apache.maven.plugin.AbstractMojo


Field Summary
protected  org.apache.maven.project.MavenProject project
           
protected  java.lang.String projectBuildDirectory
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractCommonsAttributeMojo()
           
 
Method Summary
 void execute(java.lang.String sourcePath, java.io.File outputDirectory, java.util.Set includes, java.util.Set excludes)
           
 
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
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
 

Field Detail

project

protected org.apache.maven.project.MavenProject project

projectBuildDirectory

protected java.lang.String projectBuildDirectory
Constructor Detail

AbstractCommonsAttributeMojo

public AbstractCommonsAttributeMojo()
Method Detail

execute

public void execute(java.lang.String sourcePath,
                    java.io.File outputDirectory,
                    java.util.Set includes,
                    java.util.Set excludes)
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2005-2009. All Rights Reserved.