Uses of Class
org.owasp.dependencycheck.dependency.Reference
Packages that use Reference
Package
Description
Contains the core Dependency implementation.
-
Uses of Reference in org.owasp.dependencycheck.dependency
Classes in org.owasp.dependencycheck.dependency that implement interfaces with type arguments of type ReferenceMethods in org.owasp.dependencycheck.dependency that return types with arguments of type ReferenceModifier and TypeMethodDescriptionVulnerability.getReferences()Get the value of references.Vulnerability.getReferences(boolean sorted) Returns the list of references.Methods in org.owasp.dependencycheck.dependency with parameters of type ReferenceModifier and TypeMethodDescriptionvoidVulnerability.addReference(Reference ref) Adds a reference to the references collection.intImplementation of the comparable interface.Method parameters in org.owasp.dependencycheck.dependency with type arguments of type ReferenceModifier and TypeMethodDescriptionvoidVulnerability.addReferences(Set<Reference> references) Adds the references to the collection.