@FunctionalInterface public interface CommandLauncher
Modifier and Type | Method and Description |
---|---|
int |
launch(Path command,
List<String> arguments)
Launches the command.
|
default int |
launch(Path command,
String... arguments)
Launches the command.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.