|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.javasoft.util.Env
public class Env
Represents the environment settings, i.e. System.getenv()
| Constructor Summary | |
|---|---|
Env()
Constructor for Env with no values. |
|
| Method Summary | |
|---|---|
void |
append(String key,
String value)
|
Map<String,String> |
getAppendings()
|
static String[] |
toEnvp()
Returns the system environment as string array |
static String[] |
toEnvp(Map<String,String> env)
Returns the given map values as string array |
String[] |
toEnvpAppended()
Original env stuff first, then the appendings, i.e. |
String[] |
toEnvpInserted()
Appendings first, then the original env stuff, i.e. |
Map<String,String> |
toMapAppended()
Original env stuff first, then the appendings, i.e. |
Map<String,String> |
toMapInserted()
Appendings first, then the original env stuff, i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Env()
Env with no values. Use one of
toMapAppended(), toMapInserted(),
toEnvpAppended() or toEnvpInserted() to append or
insert the system environment values.
| Method Detail |
|---|
public void append(String key,
String value)
public Map<String,String> toMapAppended()
public Map<String,String> toMapInserted()
public Map<String,String> getAppendings()
public String[] toEnvpAppended()
public String[] toEnvpInserted()
public static String[] toEnvp()
system environment as string array
public static String[] toEnvp(Map<String,String> env)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||