RequirementsReport

Contains the report of the requirements check result.

public class RequirementsReport

Constructors

RequirementsReport
Link copied to clipboard
void RequirementsReport(boolean fulfilled, List<RequirementReportrequirementReports)

Functions

getRequirementReports
Link copied to clipboard

Reports for all the checked requirements.

List<RequirementReportgetRequirementReports()
isFulfilled
Link copied to clipboard

Whether the requirements were fulfilled or not.

boolean isFulfilled()
toString
Link copied to clipboard
String toString()