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 IGalasaFactory
newFrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) protected static void
setInstance
(IGalasaFactory newInstance)
-
Constructor Details
-
GalasaFactory
public GalasaFactory()
-
-
Method Details
-
getInstance
-
setInstance
-
newTestRunInitStrategy
- Specified by:
newTestRunInitStrategy
in interfaceIGalasaFactory
-
newResourceManagerInitStrategy
- Specified by:
newResourceManagerInitStrategy
in interfaceIGalasaFactory
-
newDefaultInitStrategy
- Specified by:
newDefaultInitStrategy
in 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:
URISyntaxException
org.osgi.framework.InvalidSyntaxException
FrameworkException
-