org.codehaus.mojo.pomtools.console.toolkit
Class LogOutputHandler

java.lang.Object
  extended by org.codehaus.mojo.pomtools.console.toolkit.LogOutputHandler
All Implemented Interfaces:
org.codehaus.plexus.components.interactivity.OutputHandler

public class LogOutputHandler
extends java.lang.Object
implements org.codehaus.plexus.components.interactivity.OutputHandler

Version:
$Id: LogOutputHandler.java 2166 2006-07-18 21:32:16Z carlos $
Author:
David Hawkins

Field Summary
 
Fields inherited from interface org.codehaus.plexus.components.interactivity.OutputHandler
ROLE
 
Constructor Summary
LogOutputHandler(org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 void write(java.lang.String s)
           
 void writeLine(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOutputHandler

public LogOutputHandler(org.apache.maven.plugin.logging.Log log)
Method Detail

write

public void write(java.lang.String s)
           throws java.io.IOException
Specified by:
write in interface org.codehaus.plexus.components.interactivity.OutputHandler
Throws:
java.io.IOException

writeLine

public void writeLine(java.lang.String s)
               throws java.io.IOException
Specified by:
writeLine in interface org.codehaus.plexus.components.interactivity.OutputHandler
Throws:
java.io.IOException


Copyright © 2009 The Codehaus. All Rights Reserved.