org.modeshape.common.collection
Class SimpleProblems

java.lang.Object
  extended by org.modeshape.common.collection.AbstractProblems
      extended by org.modeshape.common.collection.SimpleProblems
All Implemented Interfaces:
Serializable, Iterable<Problem>, Problems

@NotThreadSafe
public class SimpleProblems
extends AbstractProblems

A simple 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).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.modeshape.common.collection.AbstractProblems
EMPTY_PROBLEMS
 
Constructor Summary
SimpleProblems()
           
 
Method Summary
protected  void addProblem(Problem problem)
          
protected  List<Problem> getProblems()
          
 String toString()
          
 
Methods inherited from class org.modeshape.common.collection.AbstractProblems
addError, addError, addError, addError, addError, addError, addError, addError, addInfo, addInfo, addInfo, addInfo, addInfo, addInfo, addInfo, addInfo, addWarning, addWarning, addWarning, addWarning, addWarning, addWarning, addWarning, addWarning, hasErrors, hasInfo, hasProblems, hasWarnings, isEmpty, iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleProblems

public SimpleProblems()
Method Detail

addProblem

protected void addProblem(Problem problem)

Specified by:
addProblem in class AbstractProblems
See Also:
AbstractProblems.addProblem(Problem)

getProblems

protected List<Problem> getProblems()

Specified by:
getProblems in class AbstractProblems
See Also:
AbstractProblems.getProblems()

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.