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 TypeMethodDescriptionprotected void
BaseTestRunner.saveAllOverridesPassedToArtifact
(Properties overrides, IFileSystem fileSystem, IResultArchiveStore ras) protected void
BaseTestRunner.saveUsedCPSPropertiesToArtifact
(Properties props, IFileSystem fileSystem, IResultArchiveStore ras) Constructors in dev.galasa.framework with parameters of type IFileSystemModifierConstructorDescriptionFrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, boolean testrun, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env) -
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