Package dev.galasa.framework
Class GalasaFactory
java.lang.Object
dev.galasa.framework.GalasaFactory
- All Implemented Interfaces:
IGalasaFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IGalasaFactorynewFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) protected static voidsetInstance(IGalasaFactory newInstance)
-
Constructor Details
-
GalasaFactory
public GalasaFactory()
-
-
Method Details
-
getInstance
-
setInstance
-
newTestRunInitStrategy
- Specified by:
newTestRunInitStrategyin interfaceIGalasaFactory
-
newResourceManagerInitStrategy
- Specified by:
newResourceManagerInitStrategyin interfaceIGalasaFactory
-
newDefaultInitStrategy
- Specified by:
newDefaultInitStrategyin interfaceIGalasaFactory
-
newFrameworkInitialisation
public IFrameworkInitialisation newFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) throws URISyntaxException, org.osgi.framework.InvalidSyntaxException, FrameworkException - Throws:
URISyntaxExceptionorg.osgi.framework.InvalidSyntaxExceptionFrameworkException
-