|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.objectlab.qalab.m2.util.Maven2TaskLogger
public final class Maven2TaskLogger
A QALab TaskLogger for Maven2 plugins.
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 |
---|
public Maven2TaskLogger(org.apache.maven.plugin.Mojo aMojo)
aMojo
- a Maven2 MojoMethod Detail |
---|
public void log(java.lang.String text)
log
in interface net.objectlab.qalab.util.TaskLogger
text
- to be logged.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |