com.atlassian.maven.qunit
Class AbstractQunitMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.atlassian.maven.qunit.AbstractQunitMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
QunitServerMojo, QunitTestMojo

public abstract class AbstractQunitMojo
extends org.apache.maven.plugin.AbstractMojo


Nested Class Summary
 class AbstractQunitMojo.ContextClassLoader
           
 
Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractQunitMojo()
           
 
Method Summary
protected  void logModuleBaseDirectory()
           
protected  void logReportsDirectory()
           
protected  void processSystemProperties()
           
 
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
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
 

Constructor Detail

AbstractQunitMojo

public AbstractQunitMojo()
Method Detail

processSystemProperties

protected void processSystemProperties()

logReportsDirectory

protected void logReportsDirectory()

logModuleBaseDirectory

protected void logModuleBaseDirectory()


Copyright © 2012 Atlassian. All Rights Reserved.