|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuaa.feral.util.loader.CSVLoader
public class CSVLoader
Loader to load csv files
Constructor Summary | |
---|---|
CSVLoader()
Default constructor |
Method Summary | |
---|---|
java.util.List<java.util.Map> |
loadCSV(java.lang.String fName)
Loader method for loading a csv file with column headings and row data |
static java.util.List<java.util.Map> |
loadCSVStatic(java.lang.String fName)
Method used to call the loader for the csv data |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVLoader()
Method Detail |
---|
public static java.util.List<java.util.Map> loadCSVStatic(java.lang.String fName)
fName
- a file name
public java.util.List<java.util.Map> loadCSV(java.lang.String fName)
fName
- represents the file name as a string objectdata
- is a map containing the string key and the list contaning the data map of that key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |