Uses of Class
org.owasp.dependencycheck.dependency.IncludedByReference
Packages that use IncludedByReference
Package
Description
Contains the core Dependency implementation.
-
Uses of IncludedByReference in org.owasp.dependencycheck.dependency
Classes in org.owasp.dependencycheck.dependency that implement interfaces with type arguments of type IncludedByReferenceModifier and TypeClassDescriptionclassPOJO 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.Methods in org.owasp.dependencycheck.dependency that return types with arguments of type IncludedByReferenceModifier and TypeMethodDescriptionDependency.getIncludedBy()Get the unmodifiable set of includedBy (the list of parents of this transitive dependency).Dependency.getIncludedBySorted()Get the unmodifiable set of includedBy (the list of parents of this transitive dependency), sorted by natural comparator.Methods in org.owasp.dependencycheck.dependency with parameters of type IncludedByReferenceModifier and TypeMethodDescriptionintIncludedByReference.compareTo(@NonNull IncludedByReference o) Method parameters in org.owasp.dependencycheck.dependency with type arguments of type IncludedByReferenceModifier and TypeMethodDescriptionvoidDependency.addAllIncludedBy(@NonNull Set<IncludedByReference> includedBy) Adds a set of project references.