de.jdemo.capture.stream
Class SystemStreamCapture

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

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

@Deprecated
public class SystemStreamCapture
extends java.lang.Object

Author:
Markus Gebhard

Constructor Summary
SystemStreamCapture()
          Deprecated.  
 
Method Summary
static void recordSystemStream(DemoIdentifier demoId, java.io.Writer writer, SystemStreamType type)
          Deprecated.  
static void recordSystemStream(IDemoCase demo, java.io.Writer writer, SystemStreamType type)
          Deprecated.  
static java.lang.String recordSystemStreamToString(DemoIdentifier demoId, SystemStreamType type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemStreamCapture

public SystemStreamCapture()
Deprecated. 
Method Detail

recordSystemStream

public static void recordSystemStream(DemoIdentifier demoId,
                                      java.io.Writer writer,
                                      SystemStreamType type)
                               throws java.lang.Throwable
Deprecated. 
Throws:
java.lang.Throwable

recordSystemStream

public static void recordSystemStream(IDemoCase demo,
                                      java.io.Writer writer,
                                      SystemStreamType type)
                               throws java.lang.Throwable
Deprecated. 
Throws:
java.lang.Throwable

recordSystemStreamToString

public static java.lang.String recordSystemStreamToString(DemoIdentifier demoId,
                                                          SystemStreamType type)
                                                   throws java.lang.Throwable
Deprecated. 
Throws:
java.lang.Throwable


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