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
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).Method parameters in org.owasp.dependencycheck.dependency with type arguments of type IncludedByReferenceModifier and TypeMethodDescriptionvoidDependency.addAllIncludedBy(Set<IncludedByReference> includedBy) Adds a set of project references.