public interface TableInput
Modifier and Type | Method and Description |
---|---|
void |
close()
use this method to release all resources used during the reading
of the input lines
|
boolean |
hasMoreRows()
returns true if there are rows left to read otherwise false
|
List<Object> |
nextRow()
retrieves the next row of data
This method should always return the same number of objects otherwise
the framework will throw an IllegaArgumentException
|
void |
open()
prepares the input for reading.
|
void open()
void close()
List<Object> nextRow()
retrieves the next row of data
This method should always return the same number of objects otherwise the framework will throw an IllegaArgumentExceptionboolean hasMoreRows()
Copyright © 2006–2015. All rights reserved.