public class VariableReplacerUtil extends Object
| Constructor and Description |
|---|
VariableReplacerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
preludeWithEnvVars(String originalCommand,
Map<String,String> vars)
Sets/exports shell env vars before original command, if the command contains variable name
|
static String |
scrub(String command,
Map<String,String> vars,
Set<String> eyesOnlyVars) |
Copyright © 2004-2018. All Rights Reserved.