public interface NutsCommandLineBashFamilySupport
| Modifier and Type | Field and Description |
|---|---|
static NutsCommandLineBashFamilySupport |
BASH |
static NutsCommandLineBashFamilySupport |
WINDOWS_CMD |
| Modifier and Type | Method and Description |
|---|---|
String |
escapeArgument(String arg,
net.thevpc.nuts.NutsCommandLineFormatStrategy s,
net.thevpc.nuts.NutsSession session) |
default String |
escapeArguments(String[] args,
net.thevpc.nuts.NutsCommandLineFormatStrategy s,
net.thevpc.nuts.NutsSession session) |
static NutsCommandLineBashFamilySupport |
of(net.thevpc.nuts.NutsCommandlineFamily f,
net.thevpc.nuts.NutsSession s) |
static final NutsCommandLineBashFamilySupport BASH
static final NutsCommandLineBashFamilySupport WINDOWS_CMD
static NutsCommandLineBashFamilySupport of(net.thevpc.nuts.NutsCommandlineFamily f, net.thevpc.nuts.NutsSession s)
String escapeArgument(String arg, net.thevpc.nuts.NutsCommandLineFormatStrategy s, net.thevpc.nuts.NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.