org.specrunner.util.xom.node.core
Class TableFactoryDefault

java.lang.Object
  extended by 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

Constructor Summary
TableFactoryDefault()
           
 
Method Summary
 TableAdapter newTable(nu.xom.Element node)
          Creates a table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFactoryDefault

public TableFactoryDefault()
Method Detail

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.