Interface StandaloneOptionActivator

  • All Known Implementing Classes:
    OptionActivators.DisabledActivator, OptionActivators.EnabledActivator

    public interface StandaloneOptionActivator
    When an Option is only valid in standalone mode, it must be activated by an org.aesh.command.activator.OptionActivator that implements this interface. Usage of this interface allows CLI to automatically generate command help synopsis.
    Author:
    jdenise@redhat.com