Package org.jpos.q2

Class CLICommandInterface

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPrefix​(java.lang.String prefix)  
      void execCommand​(java.lang.String line)  
      java.util.List<java.lang.String> getPrefixes()  
      java.lang.String[] parseCommand​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

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

      • getPrefixes

        public java.util.List<java.lang.String> getPrefixes()
      • addPrefix

        public void addPrefix​(java.lang.String prefix)
      • execCommand

        public void execCommand​(java.lang.String line)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseCommand

        public java.lang.String[] parseCommand​(java.lang.String line)
                                        throws java.io.IOException
        Throws:
        java.io.IOException