protected static class AbstractConfigurationNode.ChainingConfigurationHandle extends Object implements ConfigurationHandle
Constructor and Description |
---|
AbstractConfigurationNode.ChainingConfigurationHandle(ArooaContext existingContext,
ArooaContext parentContext,
int index) |
Modifier and Type | Method and Description |
---|---|
ArooaContext |
getDocumentContext()
Get the
ArooaContext that corresponds to
the document element or it's equivalent. |
void |
save()
Save the parsed configuration tree back into
the underlying configuration.
|
public AbstractConfigurationNode.ChainingConfigurationHandle(ArooaContext existingContext, ArooaContext parentContext, int index)
public void save() throws ArooaParseException
ConfigurationHandle
save
in interface ConfigurationHandle
ArooaParseException
public ArooaContext getDocumentContext()
ConfigurationHandle
ArooaContext
that corresponds to
the document element or it's equivalent.getDocumentContext
in interface ConfigurationHandle