Interface Identifier
- All Superinterfaces:
Comparable<Identifier>, Serializable
- All Known Implementing Classes:
CpeIdentifier, GenericIdentifier, PurlIdentifier
The Identifier used to label dependencies. Examples of identifiers include
Maven Group Artifact Version coordinates or the NVD's Common Platform
Enumeration.
- Author:
- Jeremy Long
-
Method Summary
Modifier and TypeMethodDescriptionGet the value of confidence.getNotes()Get the value of notes from suppression notes.getUrl()Get the value of URL.getValue()Get the string representation of the Identifier.voidsetConfidence(Confidence confidence) Set the value of confidence.voidSet the value of notes.voidSet the value of URL.Methods inherited from interface Comparable
compareTo
-
Method Details
-
getConfidence
-
setConfidence
Set the value of confidence.- Parameters:
confidence- the value of confidence
-
getUrl
-
setUrl
-
getNotes
-
getValue
-
setNotes
-