Interface CliCommandContainer

All Superinterfaces:
AbstractCliPropertiesContainer

public interface CliCommandContainer extends AbstractCliPropertiesContainer
Container for a command with its properties.
Since:
1.0.0
  • Method Details

    • getCommand

      CliCommand getCommand()
      Returns:
      the owning CliCommand.
    • getProperty

      CliPropertyContainer getProperty(String alias)
      Parameters:
      alias - the alias of the requested CliPropertyContainerImpl.
      Returns:
      the CliPropertyContainerImpl for the given alias or null if not found.