- All Known Subinterfaces:
CliCommandContainerGroup,CliContainer
public interface AbstractCliCommandContainer
A group of
CliCommandContainers that allows to combine the help of multiple commands.- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
getCommand
- Parameters:
command- theCliCommand.- Returns:
- the
CliCommandContainerfor the givenCliCommandornullif not found.
-