public class ConfigurationTreeArooaParser extends Object implements ArooaParser<SimpleParseContext>
ArooaConfiguration into an ConfigurationTree.| Constructor and Description |
|---|
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings) |
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings,
Consumer<ConfigurationTree> treeConsumer) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationTree |
getConfigurationTree() |
ConfigurationHandle<SimpleParseContext> |
parse(ArooaConfiguration configuration)
Parse an
ArooaConfiguration. |
public ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings)
public ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings, Consumer<ConfigurationTree> treeConsumer)
public ConfigurationHandle<SimpleParseContext> parse(ArooaConfiguration configuration) throws ArooaParseException
ArooaParserArooaConfiguration.parse in interface ArooaParser<SimpleParseContext>configuration - The configuration.ConfigurationHandle.ArooaParseException - If parsing fails.public ConfigurationTree getConfigurationTree()
Copyright © 2023. All rights reserved.