Uses of Interface
org.apache.any23.validator.Fix

Packages that use Fix
org.apache.any23.validator TODO fillme 
org.apache.any23.validator.rule   
 

Uses of Fix in org.apache.any23.validator
 

Methods in org.apache.any23.validator that return Fix
 Fix ValidationReport.FixError.getOrigin()
           
 

Methods in org.apache.any23.validator that return types with arguments of type Fix
 List<Class<? extends Fix>> Validator.getFixes(Class<? extends Rule> rule)
          Returns all fixes registered for the give rule.
 List<Class<? extends Fix>> DefaultValidator.getFixes(Class<? extends Rule> rule)
           
 

Methods in org.apache.any23.validator with parameters of type Fix
 void ValidationReportBuilder.reportFixError(Fix f, Exception e, String msg)
          Reports an error occurred while executing a Fix.
 void DefaultValidationReportBuilder.reportFixError(Fix f, Exception e, String msg)
           
 

Method parameters in org.apache.any23.validator with type arguments of type 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.
 void DefaultValidator.addRule(Class<? extends Rule> rule, Class<? extends Fix> fix)
           
 

Constructors in org.apache.any23.validator with parameters of type Fix
ValidationReport.FixError(Fix f, Exception e, String msg)
           
 

Uses of Fix in org.apache.any23.validator.rule
 

Classes in org.apache.any23.validator.rule that implement Fix
 class MetaNameMisuseFix
          Fixes the misuse of the meta name attribute.
 class OpenGraphNamespaceFix
          This fixes the missing Open Graph protocol.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.