jcommon.core.platform
Class IEnv.Default
java.lang.Object
jcommon.core.platform.IEnv.Default
- All Implemented Interfaces:
- Serializable, IEnv, IPlatformImplementation
- Enclosing interface:
- IEnv
public static class IEnv.Default
- extends Object
- implements IEnv, Serializable
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface jcommon.core.platform.IEnv |
IEnv.Default |
| Fields inherited from interface jcommon.core.platform.IEnv |
DEFAULT |
INSTANCE
public static final IEnv INSTANCE
querySystemPath
public String querySystemPath()
- Specified by:
querySystemPath in interface IEnv
queryEnvironmentVariable
public String queryEnvironmentVariable(String name)
- Specified by:
queryEnvironmentVariable in interface IEnv
saveEnvironmentVariable
public boolean saveEnvironmentVariable(String name,
String value)
- Specified by:
saveEnvironmentVariable in interface IEnv
unsetEnvironmentVariable
public boolean unsetEnvironmentVariable(String name)
- Specified by:
unsetEnvironmentVariable in interface IEnv
Copyright © 2012-2013. All Rights Reserved.