lejos.pc.comm
Class SystemContext

java.lang.Object
  extended by lejos.pc.comm.SystemContext

Deprecated. will be replaced

@Deprecated
public class SystemContext
extends java.lang.Object

This class replaces System.out etc. with reasonable alternatives.

Author:
skoehler

Field Summary
static java.io.PrintWriter err
          Deprecated.  
static java.io.BufferedReader in
          Deprecated.  
static java.io.PrintWriter out
          Deprecated.  
 
Constructor Summary
SystemContext()
          Deprecated.  
 
Method Summary
static java.lang.String getNxjHome()
          Deprecated.  
static void setErr(java.io.Writer w)
          Deprecated.  
static void setIn(java.io.Reader r)
          Deprecated.  
static void setNxjHome(java.lang.String path)
          Deprecated.  
static void setOut(java.io.Writer w)
          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 java.io.PrintWriter err
Deprecated. 

out

public static final java.io.PrintWriter out
Deprecated. 

in

public static final java.io.BufferedReader in
Deprecated. 
Constructor Detail

SystemContext

public SystemContext()
Deprecated. 
Method Detail

setIn

public static void setIn(java.io.Reader r)
Deprecated. 

setOut

public static void setOut(java.io.Writer w)
Deprecated. 

setErr

public static void setErr(java.io.Writer w)
Deprecated. 

setNxjHome

public static void setNxjHome(java.lang.String path)
Deprecated. 

getNxjHome

public static java.lang.String getNxjHome()
Deprecated.