org.codehaus.mojo.pomtools.console.toolkit
Class LogOutputHandler
java.lang.Object
org.codehaus.mojo.pomtools.console.toolkit.LogOutputHandler
- All Implemented Interfaces:
- org.codehaus.plexus.components.interactivity.OutputHandler
public class LogOutputHandler
- extends Object
- implements org.codehaus.plexus.components.interactivity.OutputHandler
- Version:
- $Id: LogOutputHandler.java 2166 2006-07-18 21:32:16Z carlos $
- Author:
- David Hawkins
Fields inherited from interface org.codehaus.plexus.components.interactivity.OutputHandler |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogOutputHandler
public LogOutputHandler(org.apache.maven.plugin.logging.Log log)
write
public void write(String s)
throws IOException
- Specified by:
write
in interface org.codehaus.plexus.components.interactivity.OutputHandler
- Throws:
IOException
writeLine
public void writeLine(String s)
throws IOException
- Specified by:
writeLine
in interface org.codehaus.plexus.components.interactivity.OutputHandler
- Throws:
IOException
Copyright © 2011 The Codehaus. All Rights Reserved.