|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Exporter
Simple exporter interface. Objects implementing this interface are able to make export.
| Field Summary | |
|---|---|
static java.lang.String |
UNIX_SEPARATOR
Windows line separator only LF |
static java.lang.String |
WINDOWS_SEPARATOR
Windows line separator CR+LF |
| Method Summary | |
|---|---|
boolean |
canExport(java.util.List<java.lang.Class<?>> clazzes)
This method finds out if result row composed from instances of these classes can be exported with actual implementation of exporter. |
void |
export(java.util.Iterator<? extends java.util.List<ResultElement>> it)
Do export. |
int |
getWrittenResultsCount()
|
| Field Detail |
|---|
static final java.lang.String WINDOWS_SEPARATOR
static final java.lang.String UNIX_SEPARATOR
| Method Detail |
|---|
void export(java.util.Iterator<? extends java.util.List<ResultElement>> it)
it - iterator over stuff to be exportedboolean canExport(java.util.List<java.lang.Class<?>> clazzes)
clazzes - classes in row
int getWrittenResultsCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||