[Java] Class MockOutputTool
- org.codehaus.groovy.tools.groovydoc.MockOutputTool
- All Implemented Interfaces and Traits:
- OutputTool
public class MockOutputTool extends Object
Constructor Summary
Constructor and description |
---|
MockOutputTool
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
getText(String fileName) | |
boolean |
isValidOutputArea(String fileName) | |
void |
makeOutputArea(String filename) | |
String |
toString() | |
void |
writeToOutput(String fileName, String text, String charset) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public MockOutputTool()
Method Detail
public String getText(String fileName)
public boolean isValidOutputArea(String fileName)
public void makeOutputArea(String filename)
public String toString()
public void writeToOutput(String fileName, String text, String charset)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/groovydoc/MockOutputTool.html