org.universAAL.support.directives.mojos
Class DecoupleCheckMojo

Package class diagram package DecoupleCheckMojo
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.universAAL.support.directives.api.AbstractCheckMojo
          extended by org.universAAL.support.directives.mojos.DecoupleCheckMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class DecoupleCheckMojo
extends AbstractCheckMojo

This Mojo will test whether the uAAL projects are being properly decoupled from OSGi.
For a project to be properly decoupled, any OSGi reference should be in a package that explicitly contains "osgi" in its name.

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
DecoupleCheckMojo()
           
 
Method Summary
 APICheck getCheck()
          
 
Methods inherited from class org.universAAL.support.directives.api.AbstractCheckMojo
execute, 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

DecoupleCheckMojo

public DecoupleCheckMojo()
Method Detail

getCheck

public APICheck getCheck()

Specified by:
getCheck in class AbstractCheckMojo


Copyright © 2014 universAAL Consortium. All Rights Reserved.