Uses of Interface
org.specrunner.features.IFeatureManager

Packages that use IFeatureManager
org.specrunner   
org.specrunner.core.pipes   
org.specrunner.features   
org.specrunner.features.core   
 

Uses of IFeatureManager in org.specrunner
 

Methods in org.specrunner that return IFeatureManager
static IFeatureManager SRServices.getFeatureManager()
          Shortcut method to feature manager.
 

Uses of IFeatureManager in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that return IFeatureManager
protected  IFeatureManager PipeFeatureManager.createFeatureManager()
          Creates a feature manager.
static IFeatureManager PipeFeatureManager.lookup(IChannel channel)
          Recover the manager from channel.
 

Uses of IFeatureManager in org.specrunner.features
 

Methods in org.specrunner.features that return IFeatureManager
 IFeatureManager IFeatureManager.add(String feature, Object value)
          Set a feature to a value.
 IFeatureManager IFeatureManager.add(String feature, Object value, boolean override)
          Set a feature to a value.
 

Uses of IFeatureManager in org.specrunner.features.core
 

Classes in org.specrunner.features.core that implement IFeatureManager
 class FeatureManagerImpl
          Default feature manager implementation.
 

Methods in org.specrunner.features.core that return IFeatureManager
 IFeatureManager FeatureManagerImpl.add(String key, Object value)
           
 IFeatureManager FeatureManagerImpl.add(String key, Object value, boolean override)
           
 



Copyright © 2014. All rights reserved.