@NotThreadSafe public class SimpleProblems extends AbstractProblems
Problems collection. The problems will be returned in the order in which they were
encountered (although this cannot be guaranteed in contexts involving multiple threads or processes).EMPTY_PROBLEMS| Constructor and Description |
|---|
SimpleProblems() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Iterable<Problem> problems)
Add all of the problems in the supplied list.
|
protected void |
addProblem(Problem problem) |
protected List<Problem> |
getProblems() |
addError, addError, addError, addError, addError, addError, addError, addError, addInfo, addInfo, addInfo, addInfo, addInfo, addInfo, addInfo, addInfo, addWarning, addWarning, addWarning, addWarning, addWarning, addWarning, addWarning, addWarning, errorCount, hasErrors, hasInfo, hasProblems, hasWarnings, infoCount, isEmpty, iterator, logLevelFor, problemCount, size, toString, warningCount, writeTo, writeToprotected void addProblem(Problem problem)
addProblem in class AbstractProblemsprotected List<Problem> getProblems()
getProblems in class AbstractProblemsCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.