Class Command


  • public class Command
    extends java.lang.Object
    Non-interactive command class.
    Author:
    Ikasan Developmnent Team
    • Constructor Summary

      Constructors 
      Constructor Description
      Command()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getNonInterative​(java.lang.String command)
      Return the non-interactive version of the command if this is a non-interactive version.
      • Methods inherited from class java.lang.Object

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

      • NON_INTERACTIVE_PREFIX

        public static java.lang.String NON_INTERACTIVE_PREFIX
    • Constructor Detail

      • Command

        public Command()
    • Method Detail

      • getNonInterative

        public static java.lang.String getNonInterative​(java.lang.String command)
        Return the non-interactive version of the command if this is a non-interactive version.
        Parameters:
        command -
        Returns: