|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.util.output.core.OutputSysout
public class OutputSysout
Basic output target.
| Constructor Summary | |
|---|---|
OutputSysout()
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
print(Object obj)
Print something. |
void |
printf(Object obj,
Object... args)
Print something with arguments. |
void |
println(Object obj)
Print with ending '\n'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputSysout()
| Method Detail |
|---|
public void print(Object obj)
IOutput
print in interface IOutputobj - Something.
public void printf(Object obj,
Object... args)
IOutput
printf in interface IOutputobj - Something.args - Arguments.public void println(Object obj)
IOutput
println in interface IOutputobj - Something.
public void close()
throws IOException
close in interface CloseableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||