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.Initializable
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
public void dispose()
dispose
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable
public void write(String line) throws IOException
OutputHandler
write
in interface OutputHandler
line
- the lineIOException
public void writeLine(String line) throws IOException
OutputHandler
writeLine
in interface OutputHandler
line
- the lineIOException
Copyright © 2001–2014 Codehaus. All rights reserved.