org.codehaus.groovy.tools.groovydoc
Class MockOutputTool
java.lang.Object
org.codehaus.groovy.tools.groovydoc.MockOutputTool
- All Implemented Interfaces:
- OutputTool
public class MockOutputTool
- extends Object
- implements OutputTool
MockOutputTool
public MockOutputTool()
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
isValidOutputArea
public boolean isValidOutputArea(String fileName)
getText
public String getText(String fileName)
toString
public String toString()
- Overrides:
toString
in class Object