Class Resources.Element

  • Direct Known Subclasses:
    Resources.Inst, Resources.Prop
    Enclosing class:
    Resources

    public static class Resources.Element
    extends java.lang.Object
    Element in a resource (either a resource or a property).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String key  
      protected java.lang.reflect.Method method  
    • Constructor Summary

      Constructors 
      Constructor Description
      Element​(java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String deriveKey()  
      • Methods inherited from class java.lang.Object

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

      • method

        protected final java.lang.reflect.Method method
      • key

        protected final java.lang.String key
    • Constructor Detail

      • Element

        public Element​(java.lang.reflect.Method method)
    • Method Detail

      • deriveKey

        protected java.lang.String deriveKey()