Uses of Interface
org.fluentlenium.configuration.ConfigurationFactory
-
Packages that use ConfigurationFactory Package Description org.fluentlenium.configuration org.fluentlenium.core -
-
Uses of ConfigurationFactory in org.fluentlenium.configuration
Classes in org.fluentlenium.configuration that implement ConfigurationFactory Modifier and Type Class Description classDefaultConfigurationFactoryCreates new configuration from a container class.Methods in org.fluentlenium.configuration that return ConfigurationFactory Modifier and Type Method Description static ConfigurationFactoryConfigurationFactoryProvider. getConfigurationFactory(java.lang.Class<?> container)Provides the configuration factory for a given container, base on configuration of this configuration.Methods in org.fluentlenium.configuration that return types with arguments of type ConfigurationFactory Modifier and Type Method Description java.lang.Class<? extends ConfigurationFactory>configurationFactory()configurationFactory property.java.lang.Class<? extends ConfigurationFactory>AnnotationConfiguration. getConfigurationFactory()java.lang.Class<? extends ConfigurationFactory>ComposedConfiguration. getConfigurationFactory()java.lang.Class<? extends ConfigurationFactory>ConfigurationDefaults. getConfigurationFactory()java.lang.Class<? extends ConfigurationFactory>ConfigurationProperties. getConfigurationFactory()configurationFactoryjava.lang.Class<? extends ConfigurationFactory>ProgrammaticConfiguration. getConfigurationFactory()java.lang.Class<? extends ConfigurationFactory>PropertiesBackendConfiguration. getConfigurationFactory()Method parameters in org.fluentlenium.configuration with type arguments of type ConfigurationFactory Modifier and Type Method Description voidComposedConfiguration. setConfigurationFactory(java.lang.Class<? extends ConfigurationFactory> configurationFactory)voidConfigurationMutator. setConfigurationFactory(java.lang.Class<? extends ConfigurationFactory> configurationFactory)Sets the value ofvoidProgrammaticConfiguration. setConfigurationFactory(java.lang.Class<? extends ConfigurationFactory> configurationFactory) -
Uses of ConfigurationFactory in org.fluentlenium.core
Methods in org.fluentlenium.core that return types with arguments of type ConfigurationFactory Modifier and Type Method Description java.lang.Class<? extends ConfigurationFactory>FluentControlImpl. getConfigurationFactory()Method parameters in org.fluentlenium.core with type arguments of type ConfigurationFactory Modifier and Type Method Description voidFluentControlImpl. setConfigurationFactory(java.lang.Class<? extends ConfigurationFactory> configurationFactory)
-