Uses of Interface
dev.galasa.framework.IFileSystem
Packages that use IFileSystem
Package
Description
Galasa Framework - Framework setup routines
- 
Uses of IFileSystem in dev.galasa.framework
Classes in dev.galasa.framework that implement IFileSystemFields in dev.galasa.framework declared as IFileSystemMethods in dev.galasa.framework that return IFileSystemMethods in dev.galasa.framework with parameters of type IFileSystemModifier and TypeMethodDescriptionGalasaFactory.newFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) protected voidBaseTestRunner.saveAllOverridesPassedToArtifact(Properties overrides, IFileSystem fileSystem, IResultArchiveStore ras) protected voidBaseTestRunner.saveUsedCPSPropertiesToArtifact(Properties props, IFileSystem fileSystem, IResultArchiveStore ras) Constructors in dev.galasa.framework with parameters of type IFileSystemModifierConstructorDescriptionFrameworkInitialisation(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 IFileSystem in dev.galasa.framework.spi.creds
Constructors in dev.galasa.framework.spi.creds with parameters of type IFileSystemModifierConstructorDescriptionCredentials(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)  - 
Uses of IFileSystem in dev.galasa.framework.spi.language.gherkin
Constructors in dev.galasa.framework.spi.language.gherkin with parameters of type IFileSystem