text
Interface FileMakerInterface
- All Known Implementing Classes:
- CSVMaker, FileMaker, JSONMaker, XMLMaker
public interface FileMakerInterface
Standard interface for FileMaker, made for possible future classes.
Method Summary |
java.lang.String |
serialise(java.lang.Object[] columnNames,
java.util.List<java.util.List<java.lang.Object>> data)
Declaration of the common method for all file maker classes. |
serialise
java.lang.String serialise(java.lang.Object[] columnNames,
java.util.List<java.util.List<java.lang.Object>> data)
- Declaration of the common method for all file maker classes.
- Parameters:
columnNames
- - names for the columns.data
- - list of the data structure.
- Returns: