Class Key

    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(java.lang.String subsystem, java.lang.String component, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object that)  
      int hashCode()  
      java.lang.Object self()
      Equality of the key is based on the subsystem, component and name.
      java.lang.String toString()  
      java.lang.String value()
      Unique value of the key which is combination of subsystem, component and name
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Key

        public Key​(java.lang.String subsystem,
                   java.lang.String component,
                   java.lang.String name)
    • Method Detail

      • value

        public java.lang.String value()
        Unique value of the key which is combination of subsystem, component and name
        Returns:
        (undocumented)
      • self

        public java.lang.Object self()
        Equality of the key is based on the subsystem, component and name. Inlined code from deprecated Proxy class.
        Returns:
        (undocumented)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object