org.apache.any23.validator
Class ValidationReport.RuleActivation

java.lang.Object
  extended by org.apache.any23.validator.ValidationReport.RuleActivation
All Implemented Interfaces:
Serializable
Enclosing interface:
ValidationReport

public static class ValidationReport.RuleActivation
extends Object
implements Serializable

This class describes the activation of a rule.

See Also:
Serialized Form

Constructor Summary
ValidationReport.RuleActivation(Rule r)
           
 
Method Summary
 String getRuleStr()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationReport.RuleActivation

public ValidationReport.RuleActivation(Rule r)
Method Detail

getRuleStr

public String getRuleStr()

toString

public String toString()
Overrides:
toString in class Object


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