org.codehaus.plexus.configuration.processor
public class ConfigurationProcessor extends Object
Version: $Id: ConfigurationProcessor.java 4779 2006-11-23 04:09:31Z jvanzyl $
UNKNOWN: could this be amalgamated with the expression handling in the component configurator? It cannot be used here, as it requires actual objects to be returned, which cannot be stored back into a configuration object.
Field Summary | |
---|---|
protected Map | handlers |
Constructor Summary | |
---|---|
ConfigurationProcessor() |
Method Summary | |
---|---|
void | addConfigurationResourceHandler(ConfigurationResourceHandler handler) |
void | copyAttributes(PlexusConfiguration source, XmlPlexusConfiguration target) |
protected Map | createHandlerParameters(PlexusConfiguration c, Map variables) |
PlexusConfiguration | process(PlexusConfiguration configuration, Map variables) |
protected void | walk(PlexusConfiguration source, PlexusConfiguration processed, Map variables) |