@Component public class OsOperationsImpl extends java.lang.Object implements OsOperations
OsOperations
interface.Constructor and Description |
---|
OsOperationsImpl() |
Modifier and Type | Method and Description |
---|---|
void |
executeCommand(java.lang.String command)
Attempts the execution of a commands and delegates the output to the
standard logger.
|
public void executeCommand(java.lang.String command) throws java.io.IOException
OsOperations
executeCommand
in interface OsOperations
command
- the command to executejava.io.IOException
- if an error occurs