Uses of Class
org.specrunner.util.xom.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   
 

Uses of TableAdapter in org.specrunner.plugins.core
 

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)
           
 

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)
          Load mapping with predefined values.
 

Uses of TableAdapter in org.specrunner.util.xom
 

Methods in org.specrunner.util.xom that return TableAdapter
static TableAdapter UtilNode.newTableAdapter(nu.xom.Node node)
          Creates a table adapter for the given node.
 



Copyright © 2014. All rights reserved.