Uses of Interface
com.googlecode.lightest.core.IPreferences

Packages that use IPreferences
com.googlecode.lightest.core   
 

Uses of IPreferences in com.googlecode.lightest.core
 

Fields in com.googlecode.lightest.core declared as IPreferences
protected  IPreferences LightestContext.prefs
           
static IPreferences Configuration.UNSPECIFIED_PREFS
           
 

Methods in com.googlecode.lightest.core that return IPreferences
 IPreferences Configuration.getPreferences()
          Returns an instance of the concrete implementation of IPreferences.
 IPreferences IConfiguration.getPreferences()
          Returns an instance of the concrete implementation of IPreferences.
 IPreferences LightestContextAware.getPrefs()
          Returns the thread preferences from the context provided by the dispatcher, which must be set.
 IPreferences LightestContext.getPrefs()
          The test run preferences are accessible from the context, but should not be settable or modifiable.
 

Methods in com.googlecode.lightest.core with parameters of type IPreferences
 void TaskDispatcher.setPreferences(IPreferences prefs)
           
 void ITaskDispatcher.setPreferences(IPreferences prefs)
           
 



Copyright © 2009. All Rights Reserved.