Class CweSet
java.lang.Object
org.owasp.dependencycheck.dependency.CweSet
- All Implemented Interfaces:
Serializable
Collection of CWEs with a pretty print implemented in the toString().
- Author:
- Jeremy Long
- See Also:
-
Constructor Details
-
CweSet
public CweSet()
-
-
Method Details
-
getEntries
-
addCwe
-
toString
-
stream
-
getFullCwes
-
isEmpty
public boolean isEmpty()Returnstrueif there are no CWEs; otherwisefalse.- Returns:
trueif there are no CWEs; otherwisefalse
-