Class IncludedByReference
- java.lang.Object
-
- org.owasp.dependencycheck.dependency.IncludedByReference
-
- All Implemented Interfaces:
java.io.Serializable
public class IncludedByReference extends java.lang.Object implements java.io.Serializable
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncludedByReference(java.lang.String reference, java.lang.String type)
Constructs a new reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getReference()
Get the value of reference.java.lang.String
getType()
Get the value of type.
-