moss.user
Class MEnv

java.lang.Object
  extended by moss.user.MEnv

public class MEnv
extends java.lang.Object

This class provides the process environment. Abstracted like this so that user processes can fiddle their environment and have those changes visible in the kernel (for forking/exec)


Field Summary
 java.lang.String[] env
          array containing the environment; NAME=VALUE entries
 
Constructor Summary
MEnv()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

env

public java.lang.String[] env
array containing the environment; NAME=VALUE entries

Constructor Detail

MEnv

public MEnv()