public class CmdExecutor
extends java.lang.Object
| Constructor and Description |
|---|
CmdExecutor(java.lang.String confirmationMessage,
java.lang.String... cmds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Executes command in the runtime
|
public CmdExecutor(java.lang.String confirmationMessage,
java.lang.String... cmds)
confirmationMessage - the message which will be used to check status of the
executioncmds - list of string which will be used to create a commandpublic boolean execute()
confirmationMessage true will be returnedCopyright © 2018 SAP SE. All Rights Reserved.