//Artefact:JavaClass/com/sphenon/basics/system/SystemContext

Synopsis

public SystemContext extends SpecificContext

//Artefact:Constructor/com/sphenon/basics/system/SystemContext/SystemContext

Synopsis

protected SystemContext (Context context)

//Artefact:Attribute/com/sphenon/basics/system/SystemContext/error_stream

Synopsis

protected java.io.PrintStream error_stream

//Artefact:Attribute/com/sphenon/basics/system/SystemContext/output_stream

Synopsis

protected java.io.PrintStream output_stream

//Artefact:Attribute/com/sphenon/basics/system/SystemContext/input_stream

Synopsis

protected java.io.InputStream input_stream

//Artefact:Method/com/sphenon/basics/system/SystemContext/getOrCreate

Synopsis

public static com.sphenon.basics.system.SystemContext getOrCreate (Context context)

//Artefact:Method/com/sphenon/basics/system/SystemContext/get

Synopsis

public static com.sphenon.basics.system.SystemContext get (Context context)

//Artefact:Method/com/sphenon/basics/system/SystemContext/create

Synopsis

public static com.sphenon.basics.system.SystemContext create (Context context)

//Artefact:Method/com/sphenon/basics/system/SystemContext/setErrorStream

Synopsis

public void setErrorStream (CallContext context, PrintStream error_stream)

//Artefact:Method/com/sphenon/basics/system/SystemContext/getErrorStream

Synopsis

public java.io.PrintStream getErrorStream (CallContext cc)

//Artefact:Method/com/sphenon/basics/system/SystemContext/setOutputStream

Synopsis

public void setOutputStream (CallContext context, PrintStream output_stream)

//Artefact:Method/com/sphenon/basics/system/SystemContext/getOutputStream

Synopsis

public java.io.PrintStream getOutputStream (CallContext cc)

//Artefact:Method/com/sphenon/basics/system/SystemContext/setInputStream

Synopsis

public void setInputStream (CallContext context, InputStream input_stream)

//Artefact:Method/com/sphenon/basics/system/SystemContext/getInputStream

Synopsis

public java.io.InputStream getInputStream (CallContext cc)