|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.proc.Environ
public class Environ
The environment vector.
| Constructor Summary | |
|---|---|
Environ()
Create a new empty environment. |
|
Environ(String[] environ)
Create a new environment populated by the existing environ. |
|
| Method Summary | |
|---|---|
String |
get(String name)
Get an environment variable. |
void |
put(String name)
Decode then add an environment variable. |
void |
put(String[] environ)
Put all elements of the the ENVIRON array into the ENVIRON set. |
void |
put(String name,
String value)
Put the variable into the environ set with the provided value. |
void |
remove(String name)
Delete the entry. |
String[] |
toStringArray()
Return the environ as a string array. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Environ()
public Environ(String[] environ)
| Method Detail |
|---|
public String[] toStringArray()
public String get(String name)
name - is the environment variable name.
public void put(String name,
String value)
name - is the environment variable name.value - is the environment variable value.public void put(String name)
name - is the variable=value pair.public void put(String[] environ)
public void remove(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||