public class ArooaDescriptorBean extends Object implements ArooaDescriptorFactory
ArooaDescriptorFactory.
As such it is able to be configured using a StandardArooaParser.| Constructor and Description |
|---|
ArooaDescriptorBean() |
| Modifier and Type | Method and Description |
|---|---|
ArooaDescriptor |
createDescriptor(ClassLoader classLoader)
Create an ArooaDescriptor.
|
URI |
getNamespace() |
String |
getPrefix() |
void |
setComponents(int index,
BeanDefinitionBean component)
Setter for components.
|
void |
setConversions(int index,
ConversionProviderFactory convertletProvider)
Setter for conversions.
|
void |
setNamespace(URI namespace) |
void |
setPrefix(String prefix) |
void |
setValues(int index,
BeanDefinitionBean value)
Setter for values.
|
public void setConversions(int index,
ConversionProviderFactory convertletProvider)
index - convertletProvider - public void setComponents(int index,
BeanDefinitionBean component)
index - The index of the component definition.component - The component definition.public void setValues(int index,
BeanDefinitionBean value)
index - The index of the value definition.value - The value definition.public ArooaDescriptor createDescriptor(ClassLoader classLoader)
ArooaDescriptorFactorycreateDescriptor in interface ArooaDescriptorFactoryclassLoader - The classLoader to use.public URI getNamespace()
public void setNamespace(URI namespace)
public String getPrefix()
public void setPrefix(String prefix)
Copyright © 2023. All rights reserved.