com.canoo.ant.table
Class TableFactory
java.lang.Object
com.canoo.ant.table.TableFactory
public class TableFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_TABLE
public static final String KEY_TABLE
- See Also:
- Constant Field Values
KEY_NAME
public static final String KEY_NAME
- See Also:
- Constant Field Values
KEY_TABLE_CLASS
public static final String KEY_TABLE_CLASS
- See Also:
- Constant Field Values
KEY_CONTAINER
public static final String KEY_CONTAINER
- See Also:
- Constant Field Values
KEY_FOREIGN_TABLE
public static final String KEY_FOREIGN_TABLE
- See Also:
- Constant Field Values
KEY_FOREIGN_NAME
public static final String KEY_FOREIGN_NAME
- See Also:
- Constant Field Values
KEY_FILTER_CLASS
public static final String KEY_FILTER_CLASS
- See Also:
- Constant Field Values
KEY_PREFIX
public static final String KEY_PREFIX
- See Also:
- Constant Field Values
TableFactory
public TableFactory()
initOrDefault
public static void initOrDefault(IPropertyTable table,
ITableFilter filter,
Properties colInfo,
File container,
String key)
createTable
public static IPropertyTable createTable(Properties colInfo,
String defaultTableClass)
throws InstantiationException,
IllegalAccessException,
ClassNotFoundException
- Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException
createFilter
public static ITableFilter createFilter(Properties colInfo)
throws InstantiationException,
IllegalAccessException,
ClassNotFoundException
- Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException