org.apache.maven.doxia.book.services.validation
public class ValidationResult extends java.lang.Object
Constructor and Description |
---|
ValidationResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getErrors()
Return the list of errors.
|
java.util.List |
getWarnings()
Return the list of warnings.
|
boolean |
isAllOk()
Checks if there were any errors or warnings.
|
public boolean isAllOk()
public java.util.List getErrors()
public java.util.List getWarnings()
Copyright © 2005-2014. All Rights Reserved.