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.


Nested Class Summary
static class IEnv.Default
           
 
Field Summary
static IEnv DEFAULT
           
 
Method Summary
 String queryEnvironmentVariable(String name)
           
 String querySystemPath()
           
 boolean saveEnvironmentVariable(String name, String value)
           
 boolean unsetEnvironmentVariable(String name)
           
 

Field Detail

DEFAULT

static final IEnv DEFAULT
Method Detail

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.