Class AbstractAttributesMap

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getClass​(java.lang.String name)  
      int getInt​(java.lang.String name)  
      java.lang.Class[] getSignature​(java.lang.String name)  
      java.lang.String getString​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • AbstractAttributesMap

        public AbstractAttributesMap()
    • Method Detail

      • getInt

        public int getInt​(java.lang.String name)
                   throws java.io.IOException
        Specified by:
        getInt in interface AttributesMap
        Throws:
        java.io.IOException
      • getString

        public java.lang.String getString​(java.lang.String name)
                                   throws java.io.IOException
        Specified by:
        getString in interface AttributesMap
        Throws:
        java.io.IOException
      • getClass

        public java.lang.Class getClass​(java.lang.String name)
                                 throws java.io.IOException
        Specified by:
        getClass in interface AttributesMap
        Throws:
        java.io.IOException
      • getSignature

        public java.lang.Class[] getSignature​(java.lang.String name)
                                       throws java.io.IOException
        Specified by:
        getSignature in interface AttributesMap
        Throws:
        java.io.IOException