public class CsvQueryModule extends Object implements IQueryModule
| Constructor and Description |
|---|
CsvQueryModule(KBInfo kbinfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
fillAllInCache(ACache c)
Read a CSV file and write the content in a cache.
|
void |
fillCache(ACache c)
Read a CSV file and write the content in a cache.
|
void |
setSeparation(String s) |
public CsvQueryModule(KBInfo kbinfo)
public void setSeparation(String s)
public void fillCache(ACache c)
fillCache in interface IQueryModulec - Cache in which the content is to be writtenpublic void fillAllInCache(ACache c)
c - Cache in which the content is to be writtenCopyright © 2020. All rights reserved.