Class HashSetReferenceInfo


  • public class HashSetReferenceInfo
    extends Object
    A class to hold a list of references and the file name those references belong to. It will be used to report which label contains the message.
    • Constructor Detail

      • HashSetReferenceInfo

        public HashSetReferenceInfo()
    • Method Detail

      • addReference

        public void addReference​(String reference,
                                 URL parentLabelFilename)
      • doesReferenceExist

        public boolean doesReferenceExist​(String reference)
      • getParentLabelFilename

        public URL getParentLabelFilename()