Uses of Interface
dev.galasa.framework.spi.Environment
Packages that use Environment
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of Environment in dev.galasa.framework
Methods in dev.galasa.framework with parameters of type EnvironmentModifier and TypeMethodDescriptionFrameworkInitialisation.getGalasaHome
(Environment env) Obtain the location of the galasa home directoryGalasaFactory.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 EnvironmentModifierConstructorDescriptionprotected
Framework
(Environment env) FrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, boolean isTestRun, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env) Deprecated, for removal: This API element is subject to removal in a future version.Use one of the other constructors.FrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) -
Uses of Environment in dev.galasa.framework.spi
Classes in dev.galasa.framework.spi that implement EnvironmentModifier and TypeClassDescriptionclass
An implementation of the Environment interface which allows code to get environment variables from the real system. -
Uses of Environment in dev.galasa.framework.spi.creds
Constructors in dev.galasa.framework.spi.creds with parameters of type EnvironmentModifierConstructorDescriptionCredentials
(SecretKeySpec key, IFileSystem fileSystem, Environment environment) EncryptionKeys
(IFileSystem fileSystem, Environment environment) FrameworkEncryptionService
(SecretKeySpec encryptionKey, IFileSystem fileSystem, Environment environment) FrameworkEncryptionService
(SecretKeySpec encryptionKey, IFileSystem fileSystem, Environment environment, SecureRandom secureRandom)