org.apache.any23.validator
Class ValidationReport.Issue

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

public static class ValidationReport.Issue
extends Object
implements Serializable

An issue found during the validation process.

See Also:
Serialized Form

Constructor Summary
ValidationReport.Issue(ValidationReport.IssueLevel level, String message, Node origin)
           
 
Method Summary
 ValidationReport.IssueLevel getLevel()
           
 String getMessage()
           
 Node getOrigin()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationReport.Issue

public ValidationReport.Issue(ValidationReport.IssueLevel level,
                              String message,
                              Node origin)
Method Detail

getMessage

public String getMessage()

getLevel

public ValidationReport.IssueLevel getLevel()

getOrigin

public Node getOrigin()

toString

public String toString()
Overrides:
toString in class Object


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