de.jdemo.capture.stream
Class SystemStreamType

java.lang.Object
  extended by de.jdemo.capture.stream.SystemStreamType

Deprecated. As of Jul 22, 2004 (Markus Gebhard) System stream capture is no longer supported

public abstract class SystemStreamType
extends java.lang.Object

Typesafe enumeration for System.err and System.out.

Author:
Markus Gebhard

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

ERR

public static final SystemStreamType ERR
Deprecated. 

OUT

public static final SystemStreamType OUT
Deprecated. 
Constructor Detail

SystemStreamType

public SystemStreamType()
Deprecated. 
Method Detail

resetPrintStream

public void resetPrintStream()
Deprecated. 

setPrintStream

public void setPrintStream(java.io.PrintStream stream)
Deprecated. 

set

protected abstract void set(java.io.PrintStream stream)
Deprecated. 

get

protected abstract java.io.PrintStream get()
Deprecated. 

getByName

public static SystemStreamType getByName(java.lang.String streamName)
Deprecated. 


JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.