public abstract class AbstractWinNutsShellHelper extends Object implements NutsShellHelper
| Constructor and Description |
|---|
AbstractWinNutsShellHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
escapeArgument(String arg,
NutsCommandLineShellOptions options) |
String |
escapeArguments(String[] args,
NutsCommandLineShellOptions options) |
String |
newlineString() |
String[] |
parseCommandLineArr(String commandLineString,
net.thevpc.nuts.NutsSession session) |
int |
readEscaped(char[] charArray,
int i,
StringBuilder sb) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCallScriptCommand, getExportCommand, getPathVarSep, getSetVarCommand, getSetVarStaticCommand, getShebanSh, getSysRcName, isComments, of, toCommentLine, trimComments, varRefpublic String newlineString()
newlineString in interface NutsShellHelperpublic String[] parseCommandLineArr(String commandLineString, net.thevpc.nuts.NutsSession session)
parseCommandLineArr in interface NutsShellHelperpublic int readEscaped(char[] charArray,
int i,
StringBuilder sb)
public String escapeArgument(String arg, NutsCommandLineShellOptions options)
escapeArgument in interface NutsShellHelperpublic String escapeArguments(String[] args, NutsCommandLineShellOptions options)
escapeArguments in interface NutsShellHelperCopyright © 2022 vpc open source initiative. All rights reserved.