Uses of Interface
dev.galasa.framework.spi.IFrameworkInitialisation
Packages that use IFrameworkInitialisation
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of IFrameworkInitialisation in dev.galasa.framework
Classes in dev.galasa.framework that implement IFrameworkInitialisationMethods in dev.galasa.framework that return IFrameworkInitialisationModifier and TypeMethodDescriptionGalasaFactory.newFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy)  - 
Uses of IFrameworkInitialisation in dev.galasa.framework.spi
Subinterfaces of IFrameworkInitialisation in dev.galasa.framework.spiModifier and TypeInterfaceDescriptioninterfaceThis interface provides methods to register additional stores used only by Galasa's API server and should server initialisation.Methods in dev.galasa.framework.spi with parameters of type IFrameworkInitialisationModifier and TypeMethodDescriptionvoidICertificateStoreServiceRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) Registers the service with the framework, ensuring only one service is operational at one time.voidIConfidentialTextServiceRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) Registers the service with the framework, ensuring only one service is operational at one time.voidIConfigurationPropertyStoreRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) This method is called to selectively initialise the CPS.voidIDynamicStatusStoreRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) voidIEventsServiceRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) voidIResultArchiveStoreRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation)  - 
Uses of IFrameworkInitialisation in dev.galasa.framework.spi.creds
Methods in dev.galasa.framework.spi.creds with parameters of type IFrameworkInitialisationModifier and TypeMethodDescriptionvoidICredentialsStoreRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation)