org.oddjob.arooa
Interface ConfigurationHandle

All Known Implementing Classes:
AbstractConfigurationNode.ChainingConfigurationHandle

public interface ConfigurationHandle

Something returned by an ArooaParser as the result of parsing an ArooaConfiguration. It can be envisaged as something that provides just a grasp of the results of the parse.

Author:
rob

Method Summary
 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.
 

Method Detail

save

void save()
          throws ArooaParseException
Save the parsed configuration tree back into the underlying configuration.

Throws:
ArooaParseException

getDocumentContext

ArooaContext getDocumentContext()
Get the ArooaContext that corresponds to the document element or it's equivalent.

Returns:
The ArooaContext.