org.apache.maven.doxia.book.services.validation
public class ValidationResult extends Object
Version: $Id: ValidationResult.java 572956 2007-09-05 14:22:50Z ltheussl $
Method Summary | |
---|---|
List | getErrors()
Return the list of errors.
|
List | getWarnings()
Return the list of warnings.
|
boolean | isAllOk()
Checks if there were any errors or warnings.
|
Returns: List. A new ArrayList is constructed if the current List is null.
Returns: List. A new ArrayList is constructed if the current List is null.
Returns: True if there were no errors or warnings.