Class DefaultOutputHandler
java.lang.Object
org.codehaus.plexus.components.interactivity.DefaultOutputHandler
- All Implemented Interfaces:
OutputHandler
Default output handler, that uses the console.
- Author:
- Brett Porter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultOutputHandler
public DefaultOutputHandler()
-
-
Method Details
-
write
Description copied from interface:OutputHandler
Write a single line of input, excluding the newline at the end.- Specified by:
write
in interfaceOutputHandler
- Parameters:
line
- the line
-
writeLine
Description copied from interface:OutputHandler
Write a single line of input, including the newline at the end.- Specified by:
writeLine
in interfaceOutputHandler
- Parameters:
line
- the line
-