Package sop.cli.picocli.commands
Interface AbstractSopCmd.EnvironmentVariableResolver
-
- Enclosing class:
- AbstractSopCmd
public static interface AbstractSopCmd.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.
-