org.codehaus.plexus.components.interactivity

Interface OutputHandler

public interface OutputHandler

Manage user output to different sources.

Version: $Id: OutputHandler.java 2649 2005-10-10 16:51:51Z brett $

Author: Brett Porter

Field Summary
StringROLE
Method Summary
voidwrite(String line)
Write a single line of input, excluding the newline at the end.
voidwriteLine(String line)
Write a single line of input, including the newline at the end.

Field Detail

ROLE

public String ROLE

Method Detail

write

public void write(String line)
Write a single line of input, excluding the newline at the end.

Parameters: line the line

writeLine

public void writeLine(String line)
Write a single line of input, including the newline at the end.

Parameters: line the line