| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.design |
Classes for creating forms for ArooaConfigurations.
|
| org.oddjob.arooa.json |
Parsing
ArooaConfigurations to and from JSON. |
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.standard |
The standard configuration parsing implementation.
|
| org.oddjob.arooa.xml |
Classes for parsing XML.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<P> |
ArooaParser.parse(ArooaConfiguration configuration)
Parse an
ArooaConfiguration. |
ConfigurationHandle<P> |
ArooaParser.parse(ArooaConfiguration configuration)
Parse an
ArooaConfiguration. |
<P extends ParseContext<P>> |
ArooaConfiguration.parse(P parseParentContext)
Parse the encapsulated configuration.
|
<P extends ParseContext<P>> |
ArooaConfiguration.parse(P parseParentContext)
Parse the encapsulated configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<ArooaContext> |
DesignParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<ArooaContext> |
DesignParser.parse(ArooaConfiguration configuration) |
<P extends ParseContext<P>> |
DesignConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
DesignConfiguration.parse(P parentContext) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
JsonArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
ConfigurationTreeArooaParser.parse(ArooaConfiguration configuration) |
<P extends ParseContext<P>> |
JsonConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
JsonConfiguration.parse(P parentContext) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractConfigurationNode.ChainingConfigurationHandle<P extends ParseContext<P>,Q extends ParseContext<Q>>
This ConfigurationHandle survives the replacement of this
ConfigurationNode which is what happens in order to save changes.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<P> |
CutAndPasteSupport.ReplaceResult.getHandle() |
ConfigurationHandle<P> |
CutAndPasteSupport.ReplaceResult.getHandle() |
<P extends ParseContext<P>> |
DragConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
DragContext.parse(P parentContext) |
<P extends ParseContext<P>> |
ElementConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
QTagConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
SimpleParseContext.SimpleConfigNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
SimpleParseContext.SimpleConfigNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
QTagConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
ElementConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
DragContext.parse(P parentContext) |
<P extends ParseContext<P>> |
DragConfiguration.parse(P parentContext) |
ConfigurationHandle<ArooaContext> |
CutAndPasteSupport.paste(int index,
ArooaConfiguration config)
Paste the
ArooaConfiguration. |
ConfigurationHandle<ArooaContext> |
CutAndPasteSupport.paste(int index,
ArooaConfiguration config)
Paste the
ArooaConfiguration. |
static <P extends ParseContext<P>> |
CutAndPasteSupport.paste(P parentContext,
int index,
ArooaConfiguration config)
Add any configuration to the parent context.
|
static <P extends ParseContext<P>> |
CutAndPasteSupport.paste(P parentContext,
int index,
ArooaConfiguration config)
Add any configuration to the parent context.
|
| Constructor and Description |
|---|
HandleConfigurationSession(ArooaSession session,
ConfigurationHandle<?> handle)
Create a new Instance.
|
HandleConfigurationSession(ArooaSession session,
ConfigurationHandle<?> handle)
Create a new Instance.
|
HandleConfigurationSession(ConfigurationHandle<ArooaContext> handle)
Create a new instance.
|
HandleConfigurationSession(ConfigurationHandle<ArooaContext> handle)
Create a new instance.
|
ReplaceResult(ConfigurationHandle<P> handle,
ArooaParseException exception) |
ReplaceResult(ConfigurationHandle<P> handle,
ArooaParseException exception) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<ArooaContext> |
StandardArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle |
StandardFragmentParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle |
StandardFragmentParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<ArooaContext> |
StandardArooaParser.parse(ArooaConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
ConfigurationHandle<SimpleParseContext> |
XMLArooaParser.parse(ArooaConfiguration configuration) |
<P extends ParseContext<P>> |
XMLConfiguration.parse(P parentContext) |
<P extends ParseContext<P>> |
XMLConfigurationNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
XMLConfigurationNode.parse(P parseParentContext) |
<P extends ParseContext<P>> |
XMLConfiguration.parse(P parentContext) |
Copyright © 2023. All rights reserved.