public abstract class BlobCollectorExpression<T> extends java.lang.Object implements CollectExpression<java.io.File,T>
Modifier and Type | Field and Description |
---|---|
protected java.io.File |
blob |
Constructor and Description |
---|
BlobCollectorExpression() |
Modifier and Type | Method and Description |
---|---|
void |
setNextRow(java.io.File file) |
public void setNextRow(java.io.File file)
setNextRow
in interface CollectExpression<java.io.File,T>