Package com.redwood.scheduler.api.tool
Class OutputHandler
- java.lang.Object
- 
- com.redwood.scheduler.api.tool.OutputHandler
 
- 
- Direct Known Subclasses:
- OutputStreamOutputHandler,- StringBuilderOutputHandler,- WriterOutputHandler
 
 public class OutputHandler extends Object Handler for stream output.
- 
- 
Constructor SummaryConstructors Constructor Description OutputHandler()
 
- 
- 
- 
Method Detail- 
writepublic void write(String s) throws IOException Write the string s.- Parameters:
- s- the string to write
- Throws:
- IOException- if an I/O error occurs.
 
 
- 
 
-