public class DefaultOutputHandler extends Object implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, OutputHandler
ROLE| Constructor and Description |
|---|
DefaultOutputHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
write(String line)
Write a single line of input, excluding the newline at the end.
|
void |
writeLine(String line)
Write a single line of input, including the newline at the end.
|
public void initialize()
throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializableorg.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationExceptionpublic void write(String line) throws IOException
OutputHandlerwrite in interface OutputHandlerline - the lineIOExceptionpublic void writeLine(String line) throws IOException
OutputHandlerwriteLine in interface OutputHandlerline - the lineIOExceptionCopyright © 2001–2021 Codehaus Plexus. All rights reserved.