Class FileOutputTool
java.lang.Object
org.codehaus.groovy.tools.groovydoc.FileOutputTool
- All Implemented Interfaces:
- OutputTool
public class FileOutputTool extends java.lang.Object implements OutputTool
- 
Constructor SummaryConstructors Constructor Description FileOutputTool()
- 
Method SummaryModifier and Type Method Description voidmakeOutputArea(java.lang.String filename)voidwriteToOutput(java.lang.String fileName, java.lang.String text, java.lang.String charset)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
FileOutputToolpublic FileOutputTool()
 
- 
- 
Method Details- 
makeOutputAreapublic void makeOutputArea(java.lang.String filename)- Specified by:
- makeOutputAreain interface- OutputTool
 
- 
writeToOutputpublic void writeToOutput(java.lang.String fileName, java.lang.String text, java.lang.String charset) throws java.lang.Exception- Specified by:
- writeToOutputin interface- OutputTool
- Throws:
- java.lang.Exception
 
 
-