org.mule.tools.rhinodo.maven
Class MavenConsole

java.lang.Object
  extended by org.mule.tools.rhinodo.maven.MavenConsole
All Implemented Interfaces:
Console

public class MavenConsole
extends Object
implements Console


Method Summary
 void debug(String message)
           
 void error(String message)
           
static MavenConsole fromMavenLog(org.apache.maven.plugin.logging.Log log)
           
 void info(String message)
           
 void log(String message)
           
 void warn(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromMavenLog

public static MavenConsole fromMavenLog(org.apache.maven.plugin.logging.Log log)

debug

public void debug(String message)
Specified by:
debug in interface Console

error

public void error(String message)
Specified by:
error in interface Console

info

public void info(String message)
Specified by:
info in interface Console

warn

public void warn(String message)
Specified by:
warn in interface Console

log

public void log(String message)
Specified by:
log in interface Console


Copyright © 2012. All Rights Reserved.