| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.deploy |
Concerning deployment and implementations of
ArooaDescriptor in particular. |
| org.oddjob.arooa.forms | |
| 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.utils |
Miscellaneous utility classes.
|
| org.oddjob.arooa.xml |
Classes for parsing XML.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArooaDescriptor
An ArooaDescriptor describes how an
ArooaParser should process an
{@link ArooaConfiguration}.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArooaDescriptorDescriptor
|
class |
ClassesOnlyDescriptor
An ArooaDescriptor that only provides classes;
|
class |
EmptyDescriptor |
class |
LinkedDescriptor
Combine two
ArooaDescriptors. |
class |
ListDescriptor
A collection of descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
static NamespaceMappings |
FormsLookup.formsNamespaces() |
static NamespaceMappings |
FormsLookup.formsNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
protected NamespaceMappings |
ConfigurationTreeBuilder.getNamespaceMappings() |
protected NamespaceMappings |
ConfigurationTreeBuilder.getNamespaceMappings() |
| Constructor and Description |
|---|
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings) |
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings) |
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings,
Consumer<ConfigurationTree> treeConsumer) |
ConfigurationTreeArooaParser(NamespaceMappings namespaceMappings,
Consumer<ConfigurationTree> treeConsumer) |
ConfigurationTreeBuilder(NamespaceMappings namespaceMappings) |
ConfigurationTreeBuilder(NamespaceMappings namespaceMappings) |
JsonArooaParser(NamespaceMappings namespaceMappings,
javax.json.stream.JsonGenerator jsonGenerator) |
JsonArooaParser(NamespaceMappings namespaceMappings,
javax.json.stream.JsonGenerator jsonGenerator) |
WithElement(NamespaceMappings namespaceMappings) |
WithElement(NamespaceMappings namespaceMappings) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrefixMappings
Abstraction of the mappings from prefix to URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FallbackPrefixMappings
Provide Prefix Mappings from a
NamespaceMappings such as an ArooaDescriptor, but
also fallback to Mappings remembered from Parsing. |
class |
SimplePrefixMappings |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceMappings |
NamespaceMappings.empty() |
static NamespaceMappings |
NamespaceMappings.empty() |
| Modifier and Type | Method and Description |
|---|---|
void |
FallbackPrefixMappings.add(NamespaceMappings otherMappings) |
void |
PrefixMappings.add(NamespaceMappings otherMappings) |
void |
SimplePrefixMappings.add(NamespaceMappings otherMappings) |
void |
SimplePrefixMappings.add(NamespaceMappings otherMappings) |
void |
PrefixMappings.add(NamespaceMappings otherMappings) |
void |
FallbackPrefixMappings.add(NamespaceMappings otherMappings) |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andNamespaceMappings(NamespaceMappings namespaceMappings) |
SimpleParseContext |
SimpleParseContext.RootBuilder2.andNamespaceMappings(NamespaceMappings namespaceMappings) |
| Constructor and Description |
|---|
DragConfiguration(ArooaConfiguration configuration,
NamespaceMappings namespaceMappings) |
DragConfiguration(ArooaConfiguration configuration,
NamespaceMappings namespaceMappings) |
FallbackPrefixMappings(NamespaceMappings namespaceMappings) |
FallbackPrefixMappings(NamespaceMappings namespaceMappings) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseArooaDescriptor
Default behaviour for Arooa configuration without default mappings.
|
class |
StandardArooaDescriptor
Provides default behaviour for Arooa configuration.
|
| Constructor and Description |
|---|
RootConfigurationFileCreator(ArooaElement rootElement,
NamespaceMappings namespaceMappings) |
RootConfigurationFileCreator(ArooaElement rootElement,
NamespaceMappings namespaceMappings) |
| Constructor and Description |
|---|
XMLArooaParser(NamespaceMappings namespaceMappings) |
XMLArooaParser(NamespaceMappings namespaceMappings) |
Copyright © 2023. All rights reserved.