Class CliMain


  • public class CliMain
    extends java.lang.Object
    Author:
    Alexey Loubyansky
    • Constructor Summary

      Constructors 
      Constructor Description
      CliMain()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static org.aesh.command.CommandRuntime<? extends org.aesh.command.invocation.CommandInvocation> newRuntime​(PmSession session, java.io.PrintStream out)  
      • Methods inherited from class java.lang.Object

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

      • CliMain

        public CliMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • newRuntime

        public static org.aesh.command.CommandRuntime<? extends org.aesh.command.invocation.CommandInvocation> newRuntime​(PmSession session,
                                                                                                                          java.io.PrintStream out)
                                                                                                                   throws org.aesh.command.parser.CommandLineParserException
        Throws:
        org.aesh.command.parser.CommandLineParserException