- All Known Implementing Classes:
CommandArray
public interface ICommandArray
The implementation of this interface must hold the logic of generating the command as array.
- Since:
- 2.10.0
-
Method Summary
Modifier and TypeMethodDescriptionString[]Must hold the implementation of returning the command as array.
-
Method Details
-
getCommand
String[] getCommand()Must hold the implementation of returning the command as array.- Returns:
- The command as array.
-