| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.beandocs |
Provide classes for creating the Job documentation.
|
| org.oddjob.arooa.deploy |
Concerning deployment and implementations of
ArooaDescriptor in particular. |
| org.oddjob.arooa.design |
Classes for creating forms for ArooaConfigurations.
|
| org.oddjob.arooa.design.designer |
Classes for the Swing Designer Panels.
|
| org.oddjob.arooa.forms | |
| org.oddjob.arooa.life |
Relating to the Arooa Life-cycle.
|
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.standard |
The standard configuration parsing implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static ArooaType |
ArooaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArooaType |
ArooaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArooaType[] |
ArooaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ArooaType[] |
ArooaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MappingsContents |
ElementMappings.getBeanDoc(ArooaType arooaType)
Get the BeanDoc for this mapping.
|
MappingsContents |
ElementMappings.getBeanDoc(ArooaType arooaType)
Get the BeanDoc for this mapping.
|
| Modifier and Type | Method and Description |
|---|---|
ArooaDoc |
ArooaDocFactory.createBeanDocs(ArooaType type)
|
WriteableArooaDoc |
SessionArooaDocFactory.createBeanDocs(ArooaType arooaType) |
WriteableArooaDoc |
SessionArooaDocFactory.createBeanDocs(ArooaType arooaType) |
ArooaDoc |
ArooaDocFactory.createBeanDocs(ArooaType type)
|
| Modifier and Type | Method and Description |
|---|---|
ArooaType |
BeanDescriptorHelper.getArooaType(String property) |
ArooaType |
BeanDescriptorHelper.getArooaType(String property) |
| Modifier and Type | Method and Description |
|---|---|
MappingsContents |
ClassMappingsList.getBeanDoc(ArooaType arooaType) |
MappingsContents |
LinkedClassMapping.getBeanDoc(ArooaType arooaType) |
MappingsContents |
MappingsSwitch.getBeanDoc(ArooaType arooaType) |
MappingsContents |
MappingsSwitch.getBeanDoc(ArooaType arooaType) |
MappingsContents |
LinkedClassMapping.getBeanDoc(ArooaType arooaType) |
MappingsContents |
ClassMappingsList.getBeanDoc(ArooaType arooaType) |
| Modifier and Type | Method and Description |
|---|---|
ArooaType |
DesignInstanceContext.getArooaType() |
ArooaType |
DesignParser.getArooaType()
Is this the design of a Value or a Component?
|
ArooaType |
DesignSeedContext.getArooaType() |
ArooaType |
DesignSeedContext.getArooaType() |
ArooaType |
DesignParser.getArooaType()
Is this the design of a Value or a Component?
|
ArooaType |
DesignInstanceContext.getArooaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DesignParser.setArooaType(ArooaType type)
Set if this is the design of a Value or a Component.
|
void |
DesignParser.setArooaType(ArooaType type)
Set if this is the design of a Value or a Component.
|
| Constructor and Description |
|---|
DesignSeedContext(ArooaType type,
ArooaSession session) |
DesignSeedContext(ArooaType type,
ArooaSession session) |
IndexedDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent) |
IndexedDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent) |
MappedDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent)
Constructor.
|
MappedDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent)
Constructor.
|
SimpleDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent)
Constructor for
GenericDesignFactory. |
SimpleDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent)
Constructor for
GenericDesignFactory. |
| Modifier and Type | Method and Description |
|---|---|
ArooaType |
ArooaDesigner.getArooaType() |
ArooaType |
ArooaDesigner.getArooaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArooaDesigner.setArooaType(ArooaType component) |
void |
ArooaDesigner.setArooaType(ArooaType component) |
| Modifier and Type | Method and Description |
|---|---|
ArooaConfiguration |
FormsLookup.blankForm(ArooaType arooaType,
String elementTag,
String propertyClass) |
ArooaConfiguration |
FormsLookupFromDescriptor.blankForm(ArooaType arooaType,
String elementQualifiedName,
String propertyClass) |
ArooaConfiguration |
FormsLookupFromDescriptor.blankForm(ArooaType arooaType,
String elementQualifiedName,
String propertyClass) |
ArooaConfiguration |
FormsLookup.blankForm(ArooaType arooaType,
String elementTag,
String propertyClass) |
| Modifier and Type | Method and Description |
|---|---|
ArooaType |
InstantiationContext.getArooaType()
Getter for type.
|
ArooaType |
InstantiationContext.getArooaType()
Getter for type.
|
| Modifier and Type | Method and Description |
|---|---|
MappingsContents |
BaseElementMappings.getBeanDoc(ArooaType arooaType) |
MappingsContents |
BaseElementMappings.getBeanDoc(ArooaType arooaType) |
| Constructor and Description |
|---|
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass) |
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass) |
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ArooaConverter converter)
Constructor with no
ClassResolver. |
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ArooaConverter converter)
Constructor with no
ClassResolver. |
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ClassResolver classResolver)
Constructor with no converter.
|
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ClassResolver classResolver)
Constructor with no converter.
|
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ClassResolver classResolver,
ArooaConverter converter)
Constructor.
|
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ClassResolver classResolver,
ArooaConverter converter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArooaType |
ArooaContext.getArooaType()
Get the type of bean or property this is a context for (a component
or a value)
|
ArooaType |
HandlerOverrideContext.getArooaType() |
ArooaType |
RootContext.getArooaType() |
ArooaType |
SessionOverrideContext.getArooaType() |
ArooaType |
SessionOverrideContext.getArooaType() |
ArooaType |
RootContext.getArooaType() |
ArooaType |
HandlerOverrideContext.getArooaType() |
ArooaType |
ArooaContext.getArooaType()
Get the type of bean or property this is a context for (a component
or a value)
|
| Constructor and Description |
|---|
RootContext(ArooaType type,
ArooaSession session,
ArooaHandler rootHandler)
Constructor.
|
RootContext(ArooaType type,
ArooaSession session,
ArooaHandler rootHandler)
Constructor.
|
RootContext(ArooaType type,
PrefixMappings prefixMappings,
ArooaHandler rootHandler) |
RootContext(ArooaType type,
PrefixMappings prefixMappings,
ArooaHandler rootHandler) |
| Modifier and Type | Method and Description |
|---|---|
ArooaType |
StandardFragmentParser.getArooaType() |
ArooaType |
StandardFragmentParser.getArooaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardFragmentParser.setArooaType(ArooaType type) |
void |
StandardFragmentParser.setArooaType(ArooaType type) |
Copyright © 2023. All rights reserved.