Class ReviewsMap
java.lang.Object
org.xwiki.extension.index.security.review.ReviewsMap
Contains the maps of all the CVEs with available reviews.
- Since:
- 15.6RC1
- Version:
- $Id: ea7de7ed746f87586235f14d21881b08dfcf4f51 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReviewsMap
public ReviewsMap()
-
-
Method Details
-
getReviewsMap
- Returns:
- the map of CVEs and their associated reviews.
-
contains
- Parameters:
id
- a CVE id- Returns:
true
if at least a review is available for a given id
-
getById
- Parameters:
id
- a CVE id- Returns:
- the list of reviews if found,
Optional.empty()
otherwise
-
equals
-
hashCode
public int hashCode() -
toString
-