public class EnvironmentVariableSpecs
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnvironmentVariableSpecs.Spec
Describes the specification of an environment variable.
|
| Constructor and Description |
|---|
EnvironmentVariableSpecs(java.util.Map<java.lang.String,EnvironmentVariableSpecs.Spec> specMap) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Pair<java.lang.String,EnvironmentVariableSpecs.Spec>> |
getAllSpecs()
Gets all supported environment variables and their Specs.
|
EnvironmentVariableSpecs.Spec |
getSpec(java.lang.String name)
Get the Spec object of an environment variable
|
public EnvironmentVariableSpecs(java.util.Map<java.lang.String,EnvironmentVariableSpecs.Spec> specMap)
specMap - A map of environment variable name vs its specificationpublic EnvironmentVariableSpecs.Spec getSpec(java.lang.String name)
name - name of the environment variablepublic java.util.List<Pair<java.lang.String,EnvironmentVariableSpecs.Spec>> getAllSpecs()