java.lang.Object
xyz.ronella.trivial.handy.impl.CommandArray
- All Implemented Interfaces:
ICommandArray
The default implementation of ICommandArray.
- Since:
- 2.10.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe only instance that can create CommandArray. -
Method Summary
Modifier and TypeMethodDescriptionReturn the builder of the CommandArray.String[]Generates the command as array.
-
Method Details
-
getCommand
Generates the command as array.- Specified by:
getCommandin interfaceICommandArray- Returns:
- The array representation of the command.
-
getBuilder
Return the builder of the CommandArray.- Returns:
- An instance of CommandArrayBuilder.
-