|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmoss.user.MEnv
public class MEnv
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 |
|---|
public java.lang.String[] env
| Constructor Detail |
|---|
public MEnv()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||