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 Summary
Constructors Constructor Description FileOutputTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
makeOutputArea(java.lang.String filename)
void
writeToOutput(java.lang.String fileName, java.lang.String text, java.lang.String charset)
-
-
-
Method Detail
-
makeOutputArea
public void makeOutputArea(java.lang.String filename)
- Specified by:
makeOutputArea
in interfaceOutputTool
-
writeToOutput
public void writeToOutput(java.lang.String fileName, java.lang.String text, java.lang.String charset) throws java.lang.Exception
- Specified by:
writeToOutput
in interfaceOutputTool
- Throws:
java.lang.Exception
-
-