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 Details

    • IncludedByReference

      public IncludedByReference(String reference, String type)
      Constructs a new reference.
      Parameters:
      reference - the reference
      type - the reference's type
  • Method Details