public class BasicCommandLauncher extends Object implements CommandLauncher
CommandLauncher.| Constructor and Description |
|---|
BasicCommandLauncher(Path workingDir,
Map<String,String> environment)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
launch(Path command,
List<String> arguments)
Launches the command.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlaunchpublic int launch(Path command, List<String> arguments)
CommandLauncherlaunch in interface CommandLaunchercommand - the command locationarguments - the command argumentsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.