Class ENABLE

  • All Implemented Interfaces:
    CLICommand

    public class ENABLE
    extends java.lang.Object
    implements CLICommand
    CLI implementation - Deploy subsystem
    • Constructor Summary

      Constructors 
      Constructor Description
      ENABLE()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exec​(CLIContext ctx, java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • exec

        public void exec​(CLIContext ctx,
                         java.lang.String[] args)
                  throws java.lang.Exception
        Specified by:
        exec in interface CLICommand
        Throws:
        java.lang.Exception