Package org.codehaus.mojo.xml.format
Interface XmlFormatViolationHandler
- All Known Implementing Classes:
CheckFormatMojo.ViolationCollector
public interface XmlFormatViolationHandler
An interface for reporting
XmlFormatViolations.-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(XmlFormatViolation violation) Called when anXmlFormatViolationis found.
-
Method Details
-
handle
Called when anXmlFormatViolationis found.- Parameters:
violation- the reported violation
-