Class EnvCommand


  • @ShellComponent
    public class EnvCommand
    extends AbstractCommand
    Environment command.
    Author:
    Ikasan Developmnent Team
    • Constructor Summary

      Constructors 
      Constructor Description
      EnvCommand()  
    • Method Summary

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

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

      • EnvCommand

        public EnvCommand()
    • Method Detail

      • env

        @ShellMethod(value="Show environment details. Syntax: env",
                     group="Ikasan Commands",
                     key="env")
        public java.lang.String env()