Class Messages.ResourceKey

  • Enclosing class:
    Messages

    protected static class Messages.ResourceKey
    extends java.lang.Object
    Class to help keep track of the missing resources we've already complained about, so we don't fill up the standard out log with repetitive stuff.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String localeName  
      protected java.lang.String pathName  
      protected java.lang.String resourceKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceKey​(java.lang.String pathName, java.lang.String localeName, java.lang.String resourceKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • pathName

        protected java.lang.String pathName
      • localeName

        protected java.lang.String localeName
      • resourceKey

        protected java.lang.String resourceKey
    • Constructor Detail

      • ResourceKey

        public ResourceKey​(java.lang.String pathName,
                           java.lang.String localeName,
                           java.lang.String resourceKey)
    • Method Detail

      • hashCode

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object