Class Shell

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class Shell
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Shell.ShellOptions  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void loop()
      Show the value of a macro
      • Methods inherited from class java.lang.Object

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

      • loop

        public void loop()
                  throws java.lang.Exception
        Show the value of a macro
        Throws:
        java.lang.Exception
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception