org.codehaus.plexus.configuration.processor
public class ConfigurationProcessor extends Object
Version: $Id: ConfigurationProcessor.java 1708 2005-04-15 04:47:38Z brett $
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) |