Class Environment
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.azure.util.Environment
-
public class Environment extends java.lang.Object
Wrapper aroundSystem.getenv()
. Can be sub-classed to provide alternative means to retrieve environment variables.
-
-
Constructor Summary
Constructors Constructor Description Environment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getVariable(java.lang.String name)
java.util.Map<java.lang.String,java.lang.String>
getVariables()
-