org.universAAL.support.directives.api
Class AbstractFixableCheckMojo

Package class diagram package AbstractFixableCheckMojo
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.universAAL.support.directives.api.AbstractCheckMojo
          extended by org.universAAL.support.directives.api.AbstractFixableCheckMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
DependencyManagementCheckMojo, DirectiveCheckMojo, FelixDependencyCheckFixMojo, LicenseMojo, ModulesCheckMojo, ParentGForgePropertyCheckMojo, SVNCheckMojo, SVNIgnoreCheckMojo

public abstract class AbstractFixableCheckMojo
extends AbstractCheckMojo

An abstract Mojo that executes checks and fixes (APIFixableCheck).

Author:
amedrano

Field Summary
 
Fields inherited from class org.universAAL.support.directives.api.AbstractCheckMojo
check, failed
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractFixableCheckMojo()
           
 
Method Summary
 void execute()
          
 APICheck getCheck()
          
abstract  APIFixableCheck getFix()
           
 
Methods inherited from class org.universAAL.support.directives.api.AbstractCheckMojo
getProject, isSnapshot
 
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
 

Constructor Detail

AbstractFixableCheckMojo

public AbstractFixableCheckMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException

Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractCheckMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

getCheck

public APICheck getCheck()

Specified by:
getCheck in class AbstractCheckMojo

getFix

public abstract APIFixableCheck getFix()


Copyright © 2014 universAAL Consortium. All Rights Reserved.