Class HashSetReferenceInfo

java.lang.Object
gov.nasa.pds.tools.util.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 Details

    • HashSetReferenceInfo

      public HashSetReferenceInfo()
  • Method Details

    • addReference

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

      public boolean doesReferenceExist(String reference)
    • getReferences

      public ArrayList<String> getReferences()
    • getParentLabelFilename

      public URL getParentLabelFilename()