org.codehaus.plexus.components.interactivity
public interface OutputHandler
Version: $Id: OutputHandler.java 2649 2005-10-10 16:51:51Z brett $
Field Summary | |
---|---|
String | ROLE |
Method Summary | |
---|---|
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. |
Parameters: line the line
Parameters: line the line