Uses of Class
org.owasp.dependencycheck.dependency.Reference
-
Packages that use Reference Package Description org.owasp.dependencycheck.dependency Contains the core Dependency implementation. -
-
Uses of Reference in org.owasp.dependencycheck.dependency
Methods in org.owasp.dependencycheck.dependency that return types with arguments of type Reference Modifier and Type Method Description java.util.Set<Reference>
Vulnerability. getReferences()
Get the value of references.java.util.List<Reference>
Vulnerability. getReferences(boolean sorted)
Returns the list of references.Methods in org.owasp.dependencycheck.dependency with parameters of type Reference Modifier and Type Method Description void
Vulnerability. addReference(Reference ref)
Adds a reference to the references collection.int
Reference. compareTo(@NotNull Reference o)
Implementation of the comparable interface.Method parameters in org.owasp.dependencycheck.dependency with type arguments of type Reference Modifier and Type Method Description void
Vulnerability. addReferences(java.util.Set<Reference> references)
Adds the references to the collection.
-