|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileGetterInterface
Standard interface for FileGetter, made for possible future classes.
| Method Summary | |
|---|---|
void |
addColumnNames()
Declaration of the method for adding column names to the file. |
void |
addData()
Declaration of the method for adding data structure to the file. |
java.lang.String |
makeCSVString(java.lang.String content_)
Declaration of the method to make a CSV String from file content |
| Method Detail |
|---|
java.lang.String makeCSVString(java.lang.String content_)
content_ -
void addColumnNames()
void addData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||