Package org.gorpipe.gor.table
Class TableFactory
- java.lang.Object
-
- org.gorpipe.gor.table.TableFactory
-
public class TableFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gorpipe.gor.table.BaseTablegetTable(java.lang.String tablePath, org.gorpipe.gor.model.FileReader fileReader)Factory method to create table instances from file name.static booleanisDictionary(java.lang.String tablePath, org.gorpipe.gor.model.FileReader fileReader)
-
-
-
Method Detail
-
getTable
public static org.gorpipe.gor.table.BaseTable getTable(java.lang.String tablePath, org.gorpipe.gor.model.FileReader fileReader)Factory method to create table instances from file name.
-
isDictionary
public static boolean isDictionary(java.lang.String tablePath, org.gorpipe.gor.model.FileReader fileReader)
-
-