Package de.hybris.datasupplier.utils
Class CmdExecutor
java.lang.Object
de.hybris.datasupplier.utils.CmdExecutor
Helper class to execute commands in system runtime
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmdExecutor
- Parameters:
confirmationMessage- the message which will be used to check status of the executioncmds- list of string which will be used to create a command
-
-
Method Details
-
execute
public boolean execute()Executes command in the runtime- Returns:
- if the command result includes
confirmationMessagetrue will be returned
-