| 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.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.standard |
The standard configuration parsing implementation.
|
| 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 | Interface and Description |
|---|---|
interface |
NamespaceMappings
Provide mappings for XML namespaces.
|
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 |
| Constructor and Description |
|---|
QTag(ArooaElement element,
UriMapping uriMapping) |
QTag(ArooaElement element,
UriMapping uriMapping) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseArooaDescriptor
Default behaviour for Arooa configuration without default mappings.
|
class |
StandardArooaDescriptor
Provides default behaviour for Arooa configuration.
|
Copyright © 2023. All rights reserved.