@Component public class OsCommands extends java.lang.Object implements CommandMarker
Constructor and Description |
---|
OsCommands() |
Modifier and Type | Method and Description |
---|---|
void |
command(java.lang.String command) |
@CliCommand(value="!", help="Allows execution of operating system (OS) commands") public void command(@CliOption(key={"","command"},mandatory=false,specifiedDefaultValue="",unspecifiedDefaultValue="",help="The command to execute") java.lang.String command)