Uses of Class
org.specrunner.util.xom.node.TableAdapter

Packages that use TableAdapter
org.specrunner.plugins.core   
org.specrunner.plugins.core.data   
org.specrunner.plugins.core.include   
org.specrunner.plugins.core.objects   
org.specrunner.util.xom.node   
org.specrunner.util.xom.node.core   
 

Uses of TableAdapter in org.specrunner.plugins.core
 

Methods in org.specrunner.plugins.core that return TableAdapter
protected  TableAdapter AbstractPluginTable.getTableAdapter(IContext context)
          Gets the table adapter from a table.
 

Methods in org.specrunner.plugins.core with parameters of type TableAdapter
 void AbstractPluginTable.doEnd(IContext context, IResultSet result, TableAdapter tableAdapter)
          Perform an ending action.
 ENext AbstractPluginTable.doStart(IContext context, IResultSet result, TableAdapter tableAdapter)
          Perform the plugin start action.
 void AbstractPluginTable.initialize(IContext context, TableAdapter table)
          Initialize helper.
 

Uses of TableAdapter in org.specrunner.plugins.core.data
 

Methods in org.specrunner.plugins.core.data with parameters of type TableAdapter
 void PluginMap.doEnd(IContext context, IResultSet result, TableAdapter tableAdapter)
           
 ENext PluginMap.doStart(IContext context, IResultSet result, TableAdapter tableAdapter)
           
protected  void PluginMap.process(IContext context, IResultSet result, TableAdapter tableAdapter)
          Processo the content creating the mappings.
 

Uses of TableAdapter in org.specrunner.plugins.core.include
 

Methods in org.specrunner.plugins.core.include with parameters of type TableAdapter
 ENext PluginColumn.doStart(IContext context, IResultSet result, TableAdapter tableAdapter)
           
protected  Object PluginColumn.getObjectInstance(IContext context, TableAdapter tableAdapter)
          Get the object instance to be used by plugin actions.
protected  Object PluginColumn.newInstance(Class<?> type, TableAdapter table)
          Create a instance of the object.
 

Uses of TableAdapter in org.specrunner.plugins.core.objects
 

Methods in org.specrunner.plugins.core.objects with parameters of type TableAdapter
 void AbstractPluginObject.doEnd(IContext context, IResultSet result, TableAdapter table)
           
 void AbstractPluginObject.initialize(IContext context, TableAdapter table)
           
protected  void AbstractPluginObject.loadMapping(IContext context, TableAdapter table, String map)
          Load mapping with predefined values.
protected  void AbstractPluginObjectCompareAll.readData(IContext context, IResultSet result, TableAdapter table)
           
protected  void AbstractPluginObject.readData(IContext context, IResultSet result, TableAdapter table)
          Read data information.
protected  void AbstractPluginObject.readHeader(IContext context, IResultSet result, TableAdapter table)
          Read header information.
 

Uses of TableAdapter in org.specrunner.util.xom.node
 

Methods in org.specrunner.util.xom.node that return TableAdapter
 TableAdapter ITableFactory.newTable(nu.xom.Element node)
          Creates a table from a node.
static TableAdapter UtilTable.newTable(nu.xom.Node node)
          Creates a table adapter for the given node.
 

Uses of TableAdapter in org.specrunner.util.xom.node.core
 

Methods in org.specrunner.util.xom.node.core that return TableAdapter
 TableAdapter TableFactoryDefault.newTable(nu.xom.Element node)
          Creates a table.
 



Copyright © 2015. All rights reserved.