|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArooaConfiguration
An ArooaConfiguration is something that accepts
an ArooaContext
and uses that context to provide
a ConfigurationHandle
.
The result is typically generated by iterating over or parsing
whatever the configuration encapsulates using as it's
starting point the ArooaHandler
provided by the parent context.
An ArooaConfiguration is intended to be used in conjunction with
an ArooaParser
which provides the context.
Method Summary | |
---|---|
ConfigurationHandle |
parse(ArooaContext parentContext)
Parse the encapsulated configuration. |
Method Detail |
---|
ConfigurationHandle parse(ArooaContext parentContext) throws ArooaParseException
parentContext
- The parent context to use.
ConfigurationHandle
.
ArooaParseException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |