Class CLIModule


  • public class CLIModule
    extends java.lang.Object
    Author:
    Endi S. Dewata
    • Constructor Summary

      Constructors 
      Constructor Description
      CLIModule​(CLI parent, java.lang.String className)  
      CLIModule​(CLI parent, CLI cli)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CLI getCLI()  
      • Methods inherited from class java.lang.Object

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

      • parent

        public CLI parent
      • className

        public java.lang.String className
      • cli

        public CLI cli
    • Constructor Detail

      • CLIModule

        public CLIModule​(CLI parent,
                         java.lang.String className)
      • CLIModule

        public CLIModule​(CLI parent,
                         CLI cli)
    • Method Detail

      • getCLI

        public CLI getCLI()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception