public interface Configurer
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,?> |
configure(Dictionary<String,?> configuration,
T target,
String... ignorePrefix) |
<T> Map<String,?> |
configure(Map<String,?> configuration,
T target,
String... ignorePrefix)
Configures the specified instance with the provided configuration.
|
<T> Map<String,?> configure(Map<String,?> configuration, T target, String... ignorePrefix) throws Exception
configuration - The configuration.target - The target that will receive the configuration.ExceptionCopyright © 2011–2014 Red Hat. All rights reserved.