org.universAAL.support.directives.checks
Class ModulesCheckFix

Package class diagram package ModulesCheckFix
java.lang.Object
  extended by org.universAAL.support.directives.checks.ModulesCheckFix
All Implemented Interfaces:
APICheck, APIFixableCheck, PomFixer

public class ModulesCheckFix
extends Object
implements APIFixableCheck, PomFixer

Author:
amedrano

Constructor Summary
ModulesCheckFix()
           
 
Method Summary
 boolean check(org.apache.maven.project.MavenProject mavenproject, org.apache.maven.plugin.logging.Log log)
          
 void fix(org.apache.maven.project.MavenProject mavenProject2, org.apache.maven.plugin.logging.Log log)
          
 void fix(org.apache.maven.model.Model model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModulesCheckFix

public ModulesCheckFix()
Method Detail

check

public boolean check(org.apache.maven.project.MavenProject mavenproject,
                     org.apache.maven.plugin.logging.Log log)
              throws org.apache.maven.plugin.MojoExecutionException,
                     org.apache.maven.plugin.MojoFailureException

Specified by:
check in interface APICheck
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

fix

public void fix(org.apache.maven.project.MavenProject mavenProject2,
                org.apache.maven.plugin.logging.Log log)
         throws org.apache.maven.plugin.MojoFailureException

Specified by:
fix in interface APIFixableCheck
Throws:
org.apache.maven.plugin.MojoFailureException

fix

public void fix(org.apache.maven.model.Model model)
Specified by:
fix in interface PomFixer


Copyright © 2014 universAAL Consortium. All Rights Reserved.