public class ConfigurationFactory extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ConfigurationFactory.ConfigurationStrategyV1
Original blueprint configuration format where configs were a map
of strings.
|
protected static class |
ConfigurationFactory.ConfigurationStrategyV2
New blueprint configuration format where configs are a map from 'properties' and
'properties_attributes' to a map of strings.
|
Constructor and Description |
---|
ConfigurationFactory() |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration(Collection<Map<String,String>> configProperties) |
public Configuration getConfiguration(Collection<Map<String,String>> configProperties)
Copyright © 2022 Apache Software Foundation. All rights reserved.