| 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.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 |
ClassBeanDescriptorProvider
A
BeanDescriptorProvider that looks for a class of
the same name as the bean plus Arooa to provide the descriptor. |
class |
ClassesOnlyDescriptor
An ArooaDescriptor that only provides classes;
|
class |
EmptyDescriptor |
class |
LinkedDescriptor
Combine two
ArooaDescriptors. |
class |
ListDescriptor
A collection of descriptors.
|
class |
SupportedBeanDescriptorProvider
Encapsulate all the supported methods for providing an
ArooaBeanDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
static BeanDescriptorProvider |
SupportedBeanDescriptorProvider.withBeanDefinition(BeanDefinition beanDefinition) |
static BeanDescriptorProvider |
SupportedBeanDescriptorProvider.withBeanDefinition(BeanDefinition beanDefinition) |
static BeanDescriptorProvider |
SupportedBeanDescriptorProvider.withNoBeanDefinition() |
static BeanDescriptorProvider |
SupportedBeanDescriptorProvider.withNoBeanDefinition() |
| 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.