public interface OsOperations
| Modifier and Type | Method and Description |
|---|---|
void |
executeCommand(String command)
Attempts the execution of a commands and delegates the output to the
standard logger.
|
void executeCommand(String command) throws IOException
command - the command to executeIOException - if an error occurs