public class RequirementsReport
extends java.lang.Object
Contains the report of the requirements check result.
Modifier and Type | Method and Description |
---|---|
java.util.List |
getRequirementReports()
Reports for all the checked requirements.
|
boolean |
isFulfilled()
Whether the requirements were fulfilled or not.
|
java.lang.String |
toString() |
public boolean isFulfilled()
Whether the requirements were fulfilled or not.
true
if the requirements were metpublic java.util.List getRequirementReports()
Reports for all the checked requirements.
public java.lang.String toString()
toString
in class java.lang.Object