Class InputRC


  • public final class InputRC
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InputRC()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void configure​(org.jline.reader.LineReader reader, java.io.InputStream is)  
      static void configure​(org.jline.reader.LineReader reader, java.io.Reader r)  
      static void configure​(org.jline.reader.LineReader reader, java.net.URL url)  
      • Methods inherited from class java.lang.Object

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

      • InputRC

        public InputRC()
    • Method Detail

      • configure

        public static void configure​(org.jline.reader.LineReader reader,
                                     java.net.URL url)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • configure

        public static void configure​(org.jline.reader.LineReader reader,
                                     java.io.InputStream is)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • configure

        public static void configure​(org.jline.reader.LineReader reader,
                                     java.io.Reader r)
                              throws java.io.IOException
        Throws:
        java.io.IOException