@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, apply, apply, apply, errorCount, hasErrors, hasInfo, hasProblems, hasWarnings, infoCount, isEmpty, iterator, logLevelFor, problemCount, size, toString, warningCount, writeTo, writeTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected void addProblem(Problem problem)
addProblem
in class AbstractProblems
protected List<Problem> getProblems()
getProblems
in class AbstractProblems
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.