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, wait
launch
public int launch(Path command, List<String> arguments)
CommandLauncher
launch
in interface CommandLauncher
command
- the command locationarguments
- the command argumentsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.