Interface SpecialCommand

  • All Known Implementing Classes:
    LegacyCommandContainer.LegacyCommand, OperationCommandContainer.OperationCommand

    public interface SpecialCommand
    This interface, implemented by legacy and operator container allows to convey the part of the command cleaned from operators and other commands. It is called prior to execute the command and parsed by the legacy CommandContext parser.
    Author:
    jdenise@redhat.com
    • Method Detail