Class HelpUser

  • All Implemented Interfaces:
    java.lang.Runnable, java.util.concurrent.Callable<java.lang.Void>, Action

    public class HelpUser
    extends io.airlift.airline.Help
    implements Action
    • Field Summary

      • Fields inherited from class io.airlift.airline.Help

        command, global
    • Constructor Summary

      Constructors 
      Constructor Description
      HelpUser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkOptions​(java.lang.String[] options)  
      java.lang.Object execute​(ActionContext context)  
      java.lang.String getBrokerHome()  
      java.lang.String getBrokerInstance()  
      boolean isVerbose()  
      void setHomeValues​(java.io.File brokerHome, java.io.File brokerInstance)  
      • Methods inherited from class io.airlift.airline.Help

        call, help, help, help, help, run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelpUser

        public HelpUser()