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,
NutsCommandLineFormatStrategy s,
NutsSession session) |
default String |
escapeArguments(String[] args,
NutsCommandLineFormatStrategy s,
NutsSession session) |
static NutsCommandLineBashFamilySupport |
of(NutsCommandlineFamily f,
NutsSession s) |
static final NutsCommandLineBashFamilySupport BASH
static final NutsCommandLineBashFamilySupport WINDOWS_CMD
static NutsCommandLineBashFamilySupport of(NutsCommandlineFamily f, NutsSession s)
String escapeArgument(String arg, NutsCommandLineFormatStrategy s, NutsSession session)
default String escapeArguments(String[] args, NutsCommandLineFormatStrategy s, NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.