public interface Configurer
| Modifier and Type | Method and Description |
|---|---|
<T> void |
configure(java.util.Map<java.lang.String,?> configuration,
T target)
Configures the specified instance with the provided configuration.
|
<T> void configure(java.util.Map<java.lang.String,?> configuration,
T target)
throws java.lang.Exception
T - configuration - The configuration.target - The target that will receive the configuration.java.lang.ExceptionCopyright © 2011-2014 Red Hat. All Rights Reserved.