public class ControlConfigurationXmlParser extends Object
Constructor and Description |
---|
ControlConfigurationXmlParser() |
Modifier and Type | Method and Description |
---|---|
ControlConfiguration |
readControllerConfiguration(ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Reads the controller configuration out of a configurationProvider.
|
public ControlConfiguration readControllerConfiguration(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) throws ConfigurationException
configurationProvider
- the object for accessing the configuration,
not null.unitDescriptor
- The description of the generation unit, not null.configurationHandlers
- the available configuration handlers,
not null.ConfigurationException
- if an error in the configuration
is encountered.NullPointerException
- if an argument is null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.