|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
org.tigris.scarab.util.xmlissues.ImportErrors
A lazily constructed Collection implementation which
records the list of any errors which occur during an import.
| Constructor Summary | |
ImportErrors()
|
|
| Method Summary | |
boolean |
add(java.lang.Object error)
Adds error, possibly annotated using any current
contextual information. |
java.util.Iterator |
iterator()
|
void |
setParseContext(java.lang.Object parseContext)
Pushes contextual information onto #parseContext to
help identify exactly where errors occur, empowering users to
resolve any data formatting problems. |
int |
size()
|
| Methods inherited from class java.util.AbstractCollection |
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
equals, hashCode |
| Constructor Detail |
public ImportErrors()
| Method Detail |
public java.util.Iterator iterator()
public int size()
public boolean add(java.lang.Object error)
error, possibly annotated using any current
contextual information.
error - An error which will toString()
nicely.setParseContext(Object)public void setParseContext(java.lang.Object parseContext)
#parseContext to
help identify exactly where errors occur, empowering users to
resolve any data formatting problems.
parseContext - The current parse context. A value of
null indicates that any current state should be
cleared.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||