|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
olg.csv.base | This package provides the main intefaces and classes for reading / writing files organized in rows and cells. |
olg.csv.base.csv | This package provides implementations for reading / writing CSV files. |
olg.csv.base.ods | This package provides the implementations for reading / writing ODS files. |
olg.csv.bean | This package provides the main classes and interfaces for reading/writing Beans from Rows. |
olg.csv.bean.getter | This package provides all the useful classes for getting String value from rows. |
olg.csv.bean.getter.impl | This package provides all the implementation classes for getting String values from Rows. |
olg.csv.bean.impl | This package provides the main implementations for reading/writing Beans from Rows. |
Uses of Row in olg.csv.base |
---|
Fields in olg.csv.base declared as Row | |
---|---|
private Row |
IgnoreNullReader.currentRow
the last row retrieved from the original reader. |
Methods in olg.csv.base that return Row | |
---|---|
Row |
Row.copy(int num)
Create a copy with its size and cells. |
Row |
IgnoreNullReader.next()
|
Row |
AbstractSheetReader.next()
|
private Row |
IgnoreNullReader.setNext()
|
protected abstract Row |
AbstractSheetReader.setNext()
Returns the next Row. |
Methods in olg.csv.base with parameters of type Row | |
---|---|
void |
IgnoreNullWriter.addRow(Row row)
writes a row only if not empty. |
void |
IWriter.addRow(Row row)
Adds a row. |
private boolean |
IgnoreNullWriter.isValid(Row row)
Check if a row is not null and not empty. |
Uses of Row in olg.csv.base.csv |
---|
Methods in olg.csv.base.csv that return Row | |
---|---|
Row |
CSVReader.next()
|
private Row |
CSVReader.setNext()
Returns next row. |
Methods in olg.csv.base.csv with parameters of type Row | |
---|---|
void |
CSVWriter.addRow(Row row)
Adds a row. |
private void |
CSVWriter.checkRow(Row row)
check if a row has the correct size and its num is >= the current line. |
Uses of Row in olg.csv.base.ods |
---|
Methods in olg.csv.base.ods that return Row | |
---|---|
protected Row |
ODSReader.setNext()
|
Methods in olg.csv.base.ods with parameters of type Row | |
---|---|
void |
ODSWriter.addRow(Row row)
Adds a row. |
Uses of Row in olg.csv.bean |
---|
Methods in olg.csv.bean that return Row | |
---|---|
Row |
IRowProcessor.getHeaders()
Returns an headers row. |
Row |
IRowProcessor.transform(B bean)
Returns a new Row from a bean. |
Methods in olg.csv.bean with parameters of type Row | |
---|---|
B |
IBeanProcessor.transform(Row line)
Returns a new bean built from the given row. |
B |
IPropertyProcessor.transform(Row line,
B bean)
Returns the bean after this transformer sets its property from a row. |
Uses of Row in olg.csv.bean.getter |
---|
Methods in olg.csv.bean.getter with parameters of type Row | |
---|---|
protected abstract String |
AbstractGetter.doGet(Row line)
Returns a String built from the given row. |
String |
AbstractGetter.get(Row line)
Returns a String from a row. if a filter is defined, the string returned by doGet method is filtered.If this String is empty or null, the default value is returned. |
Uses of Row in olg.csv.bean.getter.impl |
---|
Methods in olg.csv.bean.getter.impl with parameters of type Row | |
---|---|
protected String |
DefaultGetter.doGet(Row line)
Extracts the target cell value from the given row. |
protected String |
ConcateGetter.doGet(Row line)
|
protected String |
ConstantGetter.doGet(Row line)
|
Uses of Row in olg.csv.bean.impl |
---|
Methods in olg.csv.bean.impl that return Row | |
---|---|
Row |
RowProcessor.getHeaders()
Returns an headers row. |
Row |
RowProcessor.transform(B element)
Returns a new Row from a bean. |
private Row |
RowProcessor.transform(B element,
RowProcessor.ValueStrategy strategy)
Returns new Row from an element. |
Methods in olg.csv.bean.impl with parameters of type Row | |
---|---|
B |
BeanProcessor.transform(Row line)
Returns a new bean built from the given row. |
B |
PropertyProcessor.transform(Row line,
B bean)
|
B |
ComplexPropertyProcessor.transform(Row line,
B bean)
|
abstract B |
AbstractPropertyProcessor.transform(Row line,
B bean)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |