Package gov.nasa.pds.tools.util
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 Summary
Constructors Constructor Description HashSetReferenceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddReference(String reference, URL parentLabelFilename)booleandoesReferenceExist(String reference)URLgetParentLabelFilename()ArrayList<String>getReferences()
-