public class ConfigurationUtil
extends java.lang.Object
| Constructor and Description |
|---|
ConfigurationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
expand(org.apache.avalon.framework.logger.Logger logger,
org.apache.avalon.framework.configuration.DefaultConfiguration defaultConfiguration,
java.util.Map vars)
Expand place holders found in values or attrbute values with the
content of the given variables.
|
public static void expand(org.apache.avalon.framework.logger.Logger logger,
org.apache.avalon.framework.configuration.DefaultConfiguration defaultConfiguration,
java.util.Map vars)
throws org.apache.avalon.framework.configuration.ConfigurationException
logger - the logger to write diagnostic messagesdefaultConfiguration - the configurationvars - the map holding the variablesorg.apache.avalon.framework.configuration.ConfigurationException - parsing the configuration failedCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.