Class SubProcessCommandLineArgs.Command

  • Enclosing class:
    SubProcessCommandLineArgs

    public static class SubProcessCommandLineArgs.Command
    extends java.lang.Object
    Class used to store the SubProcces parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      Command​(int ordinalPosition, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getKey()  
      java.lang.String getValue()  
      void setKey​(int key)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • Command

        public Command​(int ordinalPosition,
                       java.lang.String value)
    • Method Detail

      • getKey

        public int getKey()
      • setKey

        public void setKey​(int key)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)