org.codehaus.groovy.tools.groovydoc
Class FileOutputTool
java.lang.Object
org.codehaus.groovy.tools.groovydoc.FileOutputTool
- All Implemented Interfaces:
- OutputTool
public class FileOutputTool
- extends Object
- implements OutputTool
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileOutputTool
public FileOutputTool()
makeOutputArea
public void makeOutputArea(String filename)
- Specified by:
makeOutputArea
in interface OutputTool
writeToOutput
public void writeToOutput(String fileName,
String text)
throws Exception
- Specified by:
writeToOutput
in interface OutputTool
- Throws:
Exception