Class StdoutOutput
java.lang.Object
org.openjdk.asmtools.common.outputs.NamedToolOutput
org.openjdk.asmtools.common.outputs.PrintWriterOutput
org.openjdk.asmtools.common.outputs.EscapedPrintStreamOutput
org.openjdk.asmtools.common.outputs.StdoutOutput
- All Implemented Interfaces:
ToolOutput
-
Field Summary
Fields inherited from class PrintWriterOutput
osFields inherited from class NamedToolOutput
destinationFileName, fullyQualifiedName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EscapedPrintStreamOutput
finishClass, getDataOutputStreamMethods inherited from class NamedToolOutput
getCurrentClassName, getDestinationFileName, setDestinationFileName, startClassMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ToolOutput
isReady
-
Constructor Details
-
StdoutOutput
public StdoutOutput()
-