Package sop.cli.picocli
Interface FileUtil.EnvironmentVariableResolver
- 
- Enclosing class:
- FileUtil
 
 public static interface FileUtil.EnvironmentVariableResolver 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringresolveEnvironmentVariable(String name)Resolve the value of the given environment variable.
 
- 
- 
- 
Method Detail- 
resolveEnvironmentVariableString 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
 
 
- 
 
-