Package sop.cli.picocli
Interface FileUtil.EnvironmentVariableResolver
-
- Enclosing class:
- FileUtil
public static interface FileUtil.EnvironmentVariableResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
resolveEnvironmentVariable(String name)
Resolve the value of the given environment variable.
-
-
-
Method Detail
-
resolveEnvironmentVariable
String resolveEnvironmentVariable(String name)
Resolve the value of the given environment variable. Return null if the variable is not present.- Parameters:
name
- name of the variable- Returns:
- variable value or null
-
-