org.specrunner.util.xom.node.core
Class TableFactoryDefault
java.lang.Object
org.specrunner.util.xom.node.core.TableFactoryDefault
- All Implemented Interfaces:
- ITableFactory
public class TableFactoryDefault
- extends Object
- implements ITableFactory
Default implementation of a table creator.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableFactoryDefault
public TableFactoryDefault()
newTable
public TableAdapter newTable(nu.xom.Element node)
- Creates a table.
- Specified by:
newTable in interface ITableFactory
- Parameters:
node - A node.
- Returns:
- A table.
Copyright © 2015. All rights reserved.