public interface NutsShellHelper
| Modifier and Type | Method and Description |
|---|---|
String |
escapeArgument(String arg,
NutsCommandLineShellOptions options) |
String |
escapeArguments(String[] args,
NutsCommandLineShellOptions options) |
String |
getCallScriptCommand(String path,
String... args) |
String |
getExportCommand(String[] names) |
String |
getPathVarSep() |
String |
getSetVarCommand(String name,
String value) |
String |
getSetVarStaticCommand(String name,
String value) |
ReplaceString |
getShebanSh() |
String |
getSysRcName() |
boolean |
isComments(String line) |
String |
newlineString() |
static NutsShellHelper |
of(net.thevpc.nuts.NutsShellFamily shellFamily) |
String[] |
parseCommandLineArr(String line,
net.thevpc.nuts.NutsSession session) |
String |
toCommentLine(String line) |
String |
trimComments(String line) |
String |
varRef(String v) |
static NutsShellHelper of(net.thevpc.nuts.NutsShellFamily shellFamily)
String newlineString()
boolean isComments(String line)
ReplaceString getShebanSh()
String getPathVarSep()
String getSysRcName()
String escapeArgument(String arg, NutsCommandLineShellOptions options)
String escapeArguments(String[] args, NutsCommandLineShellOptions options)
Copyright © 2022 vpc open source initiative. All rights reserved.