Class IncludedByReference
java.lang.Object
org.owasp.dependencycheck.dependency.IncludedByReference
- All Implemented Interfaces:
Serializable, Comparable<IncludedByReference>
public class IncludedByReference
extends Object
implements Serializable, Comparable<IncludedByReference>
POJO to store a reference to the "included by" node in a dependency tree;
where included by is the root node that caused a dependency to be included.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncludedByReference(String reference, String type) Constructs a new reference. -
Method Summary
-
Constructor Details
-
IncludedByReference
-
-
Method Details
-
getReference
-
getType
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<IncludedByReference>
-
toString
-