Class PmCommandInvocation

  • All Implemented Interfaces:
    org.aesh.command.invocation.CommandInvocation

    public abstract class PmCommandInvocation
    extends java.lang.Object
    implements org.aesh.command.invocation.CommandInvocation
    A CommandInvocation instance base class that provides access to a PmSession.
    Author:
    Alexey Loubyansky
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formatColumns​(java.util.List<java.lang.String> lst)  
      PmSession getPmSession()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.aesh.command.invocation.CommandInvocation

        buildExecutor, executeCommand, getConfiguration, getHelpInfo, getHelpInfo, getPrompt, getShell, input, inputLine, inputLine, print, print, println, println, setPrompt, stop
    • Constructor Detail

      • PmCommandInvocation

        protected PmCommandInvocation​(PmSession session)
    • Method Detail

      • getPmSession

        public PmSession getPmSession()
      • formatColumns

        public java.lang.String formatColumns​(java.util.List<java.lang.String> lst)