|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.any23.validator.EmptyValidationReport
@XMLValidationReportSerializer.NodeName(value="validationReport") public class EmptyValidationReport
An implementation of ValidationReportBuilder with no data.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.any23.validator.ValidationReport |
|---|
ValidationReport.Error, ValidationReport.FixError, ValidationReport.Issue, ValidationReport.IssueLevel, ValidationReport.RuleActivation, ValidationReport.RuleError |
| Method Summary | |
|---|---|
List<ValidationReport.Error> |
getErrors()
Returns the list of detected errors. |
static EmptyValidationReport |
getInstance()
|
List<ValidationReport.Issue> |
getIssues()
Returns the list of detected issues. |
List<ValidationReport.RuleActivation> |
getRuleActivations()
Returns the list of activated rules. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static EmptyValidationReport getInstance()
public List<ValidationReport.Issue> getIssues()
ValidationReport
getIssues in interface ValidationReportpublic List<ValidationReport.RuleActivation> getRuleActivations()
ValidationReport
getRuleActivations in interface ValidationReportpublic List<ValidationReport.Error> getErrors()
ValidationReport
getErrors in interface ValidationReportpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||