Package | Description |
---|---|
org.apache.any23.validator | |
org.apache.any23.validator.rule |
Modifier and Type | Method and Description |
---|---|
Fix |
ValidationReport.FixError.getOrigin() |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends Fix>> |
DefaultValidator.getFixes(Class<? extends Rule> rule) |
List<Class<? extends Fix>> |
Validator.getFixes(Class<? extends Rule> rule)
Returns all fixes registered for the give rule.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultValidationReportBuilder.reportFixError(Fix f,
Exception e,
String msg) |
void |
ValidationReportBuilder.reportFixError(Fix f,
Exception e,
String msg)
Reports an error occurred while executing a
Fix . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultValidator.addRule(Class<? extends Rule> rule,
Class<? extends Fix> fix) |
void |
Validator.addRule(Class<? extends Rule> rule,
Class<? extends Fix> fix)
Allows to register a new rule to this validator and associating it to a fix.
|
Constructor and Description |
---|
ValidationReport.FixError(Fix f,
Exception e,
String msg) |
Modifier and Type | Class and Description |
---|---|
class |
MetaNameMisuseFix
Fixes the misuse of the meta name attribute.
|
class |
OpenGraphNamespaceFix
This fixes the missing Open Graph protocol.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.