public class DefaultOutputHandler extends Object implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable, OutputHandler
ROLE| Constructor and Description |
|---|
DefaultOutputHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
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 dispose()
dispose in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposablepublic void write(String line) throws IOException
OutputHandlerwrite in interface OutputHandlerline - the lineIOExceptionpublic void writeLine(String line) throws IOException
OutputHandlerwriteLine in interface OutputHandlerline - the lineIOExceptionCopyright © 2017. All rights reserved.