net.objectlab.qalab.m2.util
Class Maven2TaskLogger

java.lang.Object
  extended by net.objectlab.qalab.m2.util.Maven2TaskLogger
All Implemented Interfaces:
net.objectlab.qalab.util.TaskLogger

public final class Maven2TaskLogger
extends java.lang.Object
implements net.objectlab.qalab.util.TaskLogger

A QALab TaskLogger for Maven2 plugins.

Author:
Dave Sag.

Constructor Summary
Maven2TaskLogger(org.apache.maven.plugin.Mojo aMojo)
          Constructor that will hide the specific logging mechanism.
 
Method Summary
 void log(java.lang.String text)
          Uses the maven2 mechanism to log the text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maven2TaskLogger

public Maven2TaskLogger(org.apache.maven.plugin.Mojo aMojo)
Constructor that will hide the specific logging mechanism.

Parameters:
aMojo - a Maven2 Mojo
Method Detail

log

public void log(java.lang.String text)
Uses the maven2 mechanism to log the text.

Specified by:
log in interface net.objectlab.qalab.util.TaskLogger
Parameters:
text - to be logged.


Copyright © 2005-2006 ObjectLab Financial Ltd. All Rights Reserved.