Uses of Interface
org.specrunner.plugins.core.objects.IObjectSelector

Packages that use IObjectSelector
org.specrunner.plugins.core.objects   
org.specrunner.plugins.core.objects.core   
 

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

Fields in org.specrunner.plugins.core.objects declared as IObjectSelector
protected  IObjectSelector<T> AbstractPluginObjectSelect.selector
          The default object selector.
 

Constructors in org.specrunner.plugins.core.objects with parameters of type IObjectSelector
AbstractPluginObjectCompare(IObjectSelector<T> selector)
          Create a plugin comparator, provided an object selector.
AbstractPluginObjectSelect(IObjectSelector<T> selector)
          Create a select plugin, provided an object selector.
AbstractPluginObjectSelectNone(IObjectSelector<T> selector)
          Create a none plugin, provided an object selector.
AbstractPluginObjectSelectUnique(IObjectSelector<T> selector)
          Create a select plugin, provided an object selector.
 

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

Classes in org.specrunner.plugins.core.objects.core that implement IObjectSelector
 class ObjectSelector
          Memory object seeker.
 



Copyright © 2014. All rights reserved.