org.universAAL.support.directives.checks
Class FelixDepCheckFix

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

public class FelixDepCheckFix
extends Object
implements APIFixableCheck, PomFixer

Author:
amedrano

Constructor Summary
FelixDepCheckFix()
           
 
Method Summary
 boolean check(org.apache.maven.project.MavenProject mavenproject, org.apache.maven.plugin.logging.Log log)
          
 void fix(org.apache.maven.project.MavenProject mavenProject, 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

FelixDepCheckFix

public FelixDepCheckFix()
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 mavenProject,
                org.apache.maven.plugin.logging.Log log)
         throws org.apache.maven.plugin.MojoExecutionException,
                org.apache.maven.plugin.MojoFailureException

Specified by:
fix in interface APIFixableCheck
Throws:
org.apache.maven.plugin.MojoExecutionException
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.