Package org.locationtech.jtstest.cmd
Class CommandOutput
- java.lang.Object
-
- org.locationtech.jtstest.cmd.CommandOutput
-
public class CommandOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandOutput()
CommandOutput(boolean isCapture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOutput()
void
print(String s)
void
println()
void
println(Object o)
-