Interface OutputTool
- All Known Implementing Classes:
 FileOutputTool,MockOutputTool
public interface OutputTool
- 
Method Summary
Modifier and TypeMethodDescriptionvoidmakeOutputArea(String filename) voidwriteToOutput(String fileName, String text, String charset)  
- 
Method Details
- 
makeOutputArea
 - 
writeToOutput
- Throws:
 Exception
 
 -