Package de.hybris.datasupplier.utils
Class CmdExecutor
- java.lang.Object
-
- de.hybris.datasupplier.utils.CmdExecutor
-
public class CmdExecutor extends java.lang.ObjectHelper class to execute commands in system runtime
-
-
Constructor Summary
Constructors Constructor Description CmdExecutor(java.lang.String confirmationMessage, java.lang.String... cmds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute()Executes command in the runtime
-
-
-
Method Detail
-
execute
public boolean execute()
Executes command in the runtime- Returns:
- if the command result includes
confirmationMessagetrue will be returned
-
-