Class IOContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.Object,​java.lang.Object> context  
    • Constructor Summary

      Constructors 
      Constructor Description
      IOContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean inContext​(java.lang.Object key)  
      java.lang.Object lookupInContext​(java.lang.Object key)  
      void registerInContext​(java.lang.Object key, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • context

        private java.util.Map<java.lang.Object,​java.lang.Object> context
    • Constructor Detail

      • IOContext

        public IOContext()
    • Method Detail

      • registerInContext

        public void registerInContext​(java.lang.Object key,
                                      java.lang.Object value)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • lookupInContext

        public java.lang.Object lookupInContext​(java.lang.Object key)
      • inContext

        public boolean inContext​(java.lang.Object key)