|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jdemo.capture.stream.SystemStreamType
public abstract class SystemStreamType
Typesafe enumeration for System.err and System.out.
| Field Summary | |
|---|---|
static SystemStreamType |
ERR
Deprecated. |
static SystemStreamType |
OUT
Deprecated. |
| Constructor Summary | |
|---|---|
SystemStreamType()
Deprecated. |
|
| Method Summary | |
|---|---|
protected abstract java.io.PrintStream |
get()
Deprecated. |
static SystemStreamType |
getByName(java.lang.String streamName)
Deprecated. |
void |
resetPrintStream()
Deprecated. |
protected abstract void |
set(java.io.PrintStream stream)
Deprecated. |
void |
setPrintStream(java.io.PrintStream stream)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SystemStreamType ERR
public static final SystemStreamType OUT
| Constructor Detail |
|---|
public SystemStreamType()
| Method Detail |
|---|
public void resetPrintStream()
public void setPrintStream(java.io.PrintStream stream)
protected abstract void set(java.io.PrintStream stream)
protected abstract java.io.PrintStream get()
public static SystemStreamType getByName(java.lang.String streamName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||