jcommon.core.platform
Interface IEnv
- All Superinterfaces:
- IPlatformImplementation
- All Known Implementing Classes:
- Env, Env, Env, IEnv.Default
public interface IEnv
- extends IPlatformImplementation
Provides native access to platform-specific environment information.
DEFAULT
static final IEnv DEFAULT
querySystemPath
String querySystemPath()
queryEnvironmentVariable
String queryEnvironmentVariable(String name)
saveEnvironmentVariable
boolean saveEnvironmentVariable(String name,
String value)
unsetEnvironmentVariable
boolean unsetEnvironmentVariable(String name)
Copyright © 2012-2013. All Rights Reserved.