org.quattor.maven
Class AbstractPanMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.quattor.maven.AbstractPanMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
PanBuildMojo, PanCheckSyntaxMojo

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


Field Summary
protected  int deprecationLevel
           
protected  boolean failOnWarn
           
protected  File sourceDirectory
           
protected  boolean verbose
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractPanMojo()
           
 
Method Summary
abstract  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
 

Field Detail

sourceDirectory

protected File sourceDirectory

verbose

protected boolean verbose

deprecationLevel

protected int deprecationLevel

failOnWarn

protected boolean failOnWarn
Constructor Detail

AbstractPanMojo

public AbstractPanMojo()
Method Detail

execute

public abstract void execute()
                      throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2012 Quattor. All Rights Reserved.