public class ShellHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShellHelper.WsSshListener |
| Constructor and Description |
|---|
ShellHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInt(String v1) |
static boolean |
readAccept(net.thevpc.nuts.NutsSessionTerminal t) |
static String[] |
splitNameAndValue(String arg) |
static List<String> |
splitOn(String line,
char sep) |
static net.thevpc.nuts.NutsPath |
xfileOf(String expression,
String cwd,
net.thevpc.nuts.NutsSession session) |
static List<net.thevpc.nuts.NutsPath> |
xfilesOf(List<String> all,
String cwd,
net.thevpc.nuts.NutsSession session) |
public static List<net.thevpc.nuts.NutsPath> xfilesOf(List<String> all, String cwd, net.thevpc.nuts.NutsSession session)
public static net.thevpc.nuts.NutsPath xfileOf(String expression, String cwd, net.thevpc.nuts.NutsSession session)
public static boolean isInt(String v1)
public static boolean readAccept(net.thevpc.nuts.NutsSessionTerminal t)
Copyright © 2022 vpc open source initiative. All rights reserved.