public interface CommandLineInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommandLineInterface.OperatingSystem |
| Modifier and Type | Method and Description |
|---|---|
CommandLineInterface.OperatingSystem |
getOS() |
CmdResult |
run(String cmd) |
CmdResult |
run(String cmd,
File dir) |
CmdResult |
run(String cmd,
File dir,
boolean merge) |
CmdResult |
run(String cmd,
File dir,
boolean merge,
boolean ignore) |
CmdResult |
run(String cmd,
File dir,
boolean merge,
boolean ignore,
Map<String,String> variables) |
CommandLineInterface.OperatingSystem getOS()
CmdResult run(String cmd) throws CommandLineException, AbnormalProcessTerminationException
CmdResult run(String cmd, File dir) throws CommandLineException, AbnormalProcessTerminationException
CmdResult run(String cmd, File dir, boolean merge) throws CommandLineException, AbnormalProcessTerminationException
CmdResult run(String cmd, File dir, boolean merge, boolean ignore) throws CommandLineException, AbnormalProcessTerminationException
CmdResult run(String cmd, File dir, boolean merge, boolean ignore, Map<String,String> variables) throws CommandLineException, AbnormalProcessTerminationException
Copyright © 2018. All rights reserved.