public class ValidatorResults extends Object
| Constructor and Description |
|---|
ValidatorResults()
Constructor for Result.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addError(Result result)
Adds an error
|
boolean |
addInfo(Result result)
Adds an info
|
boolean |
addWarning(Result result)
Adds a warning
|
List<Result> |
getErrors() |
List<Result> |
getInfos() |
List<Result> |
getWarnings() |
boolean |
isEmpty() |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.