Uses of Interface
dev.galasa.framework.IFrameworkInitialisationStrategy
Packages that use IFrameworkInitialisationStrategy
- 
Uses of IFrameworkInitialisationStrategy in dev.galasa.framework
Methods in dev.galasa.framework that return IFrameworkInitialisationStrategyModifier and TypeMethodDescriptionGalasaFactory.newDefaultInitStrategy()IGalasaFactory.newDefaultInitStrategy()GalasaFactory.newResourceManagerInitStrategy()IGalasaFactory.newResourceManagerInitStrategy()GalasaFactory.newTestRunInitStrategy()IGalasaFactory.newTestRunInitStrategy()Methods in dev.galasa.framework with parameters of type IFrameworkInitialisationStrategyModifier and TypeMethodDescriptionGalasaFactory.newFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) Constructors in dev.galasa.framework with parameters of type IFrameworkInitialisationStrategyModifierConstructorDescriptionFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, IFrameworkInitialisationStrategy initStrategy) FrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy)