org.universAAL.support.directives.checks
Class DecoupleCheck

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

public class DecoupleCheck
extends Object
implements APICheck, SourceChecker

This checker will test whether the uAAL projects are being properly decoupled from OSGi.

Author:
amedrano

Constructor Summary
DecoupleCheck()
           
 
Method Summary
 boolean check(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log)
          
 boolean passesTest(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoupleCheck

public DecoupleCheck()
Method Detail

check

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

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

passesTest

public boolean passesTest(File f)
Specified by:
passesTest in interface SourceChecker


Copyright © 2014 universAAL Consortium. All Rights Reserved.