org.codehaus.plexus.components.interactivity
Interface OutputHandler
- DefaultOutputHandler
public interface OutputHandler
Manage user output to different sources.
$Id: OutputHandler.java 2649 2005-10-10 16:51:51Z brett $
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.
|
ROLE
public static final String ROLE
write
public void write(String line)
throws IOException
Write a single line of input, excluding the newline at the end.
writeLine
public void writeLine(String line)
throws IOException
Write a single line of input, including the newline at the end.