public interface EnvironmentVariableResolver
System.getenv();
this can be overridden by a user-provided implementation that resolves environment variables
any way it likes.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAvailableEnvironmentVariables()
Get the list of available environment variables.
|
String |
getEnvironmentVariable(String name)
Get the value of a specific environment variable
|
Set<String> getAvailableEnvironmentVariables()
getEnvironmentVariable(String)String getEnvironmentVariable(String name)
name - the name of the required environment variablegetAvailableEnvironmentVariables()Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.