|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.config.plugins.AbstractConfiguration
public abstract class AbstractConfiguration
Abstract configuration.
| Constructor Summary | |
|---|---|
AbstractConfiguration()
Create an abstract configuration |
|
| Method Summary | |
|---|---|
protected abstract BeanInfoFactory |
createDefaultBeanInfoFactory()
Create the default bean info factory |
protected abstract ClassAdapterFactory |
createDefaultClassAdapterFactory()
Create the default class adapter factory |
protected abstract JoinpointFactoryBuilder |
createDefaultJoinpointFactoryBuilder()
Create the default joinpoint factory builder |
protected abstract TypeInfoFactory |
createDefaultTypeInfoFactory()
Create the default type info factory |
BeanInfo |
getBeanInfo(Class<?> clazz)
Get the bean info |
BeanInfo |
getBeanInfo(String className,
ClassLoader cl)
Get the bean info |
BeanInfo |
getBeanInfo(TypeInfo typeInfo)
Get the bean info |
protected BeanInfoFactory |
getBeanInfoFactory()
Get the BeanInfoFactory |
protected ClassAdapterFactory |
getClassAdapterFactory()
Get the class adapter factory |
ClassInfo |
getClassInfo(Class<?> clazz)
Get the class info for a class |
ClassInfo |
getClassInfo(String className,
ClassLoader cl)
Get the class info for a class |
JoinpointFactoryBuilder |
getJoinpointFactoryBuilder()
Get the joinpoint factory builder |
TypeInfo |
getTypeInfo(String type,
ClassLoader cl)
Get the type info for a type |
TypeInfo |
getTypeInfo(Type type)
Get the type info for a type |
TypeInfoFactory |
getTypeInfoFactory()
Get the type info factory |
void |
setBeanInfoFactory(BeanInfoFactory beanInfoFactory)
Set the beanInfoFactory. |
void |
setClassAdapterFactory(ClassAdapterFactory classAdapterFactory)
Set the classAdapterFactory. |
void |
setJoinpointFactoryBuilder(JoinpointFactoryBuilder joinpointFactoryBuilder)
Set the joinpointFactoryBuilder. |
void |
setTypeInfoFactory(TypeInfoFactory typeInfoFactory)
Set the typeInfoFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractConfiguration()
| Method Detail |
|---|
public BeanInfo getBeanInfo(String className,
ClassLoader cl)
throws ClassNotFoundException
Configuration
getBeanInfo in interface ConfigurationclassName - the class namecl - the classloader
ClassNotFoundException - when the class could not be loadedpublic BeanInfo getBeanInfo(Class<?> clazz)
Configuration
getBeanInfo in interface Configurationclazz - the class
public BeanInfo getBeanInfo(TypeInfo typeInfo)
Configuration
getBeanInfo in interface ConfigurationtypeInfo - the type info
public ClassInfo getClassInfo(String className,
ClassLoader cl)
throws ClassNotFoundException
Configuration
getClassInfo in interface ConfigurationclassName - the class namecl - the classloader
ClassNotFoundException - when the class could not be loadedpublic ClassInfo getClassInfo(Class<?> clazz)
Configuration
getClassInfo in interface Configurationclazz - the class
public TypeInfo getTypeInfo(Type type)
Configuration
getTypeInfo in interface Configurationtype - the type
public TypeInfo getTypeInfo(String type,
ClassLoader cl)
throws ClassNotFoundException
Configuration
getTypeInfo in interface Configurationtype - the typecl - the classloader
ClassNotFoundException - when the class could not be loadedpublic TypeInfoFactory getTypeInfoFactory()
Configuration
getTypeInfoFactory in interface Configurationpublic JoinpointFactoryBuilder getJoinpointFactoryBuilder()
Configuration
getJoinpointFactoryBuilder in interface Configurationpublic void setBeanInfoFactory(BeanInfoFactory beanInfoFactory)
Configuration
setBeanInfoFactory in interface ConfigurationbeanInfoFactory - the beanInfoFactory.public void setClassAdapterFactory(ClassAdapterFactory classAdapterFactory)
Configuration
setClassAdapterFactory in interface ConfigurationclassAdapterFactory - the classAdapterFactory.public void setTypeInfoFactory(TypeInfoFactory typeInfoFactory)
Configuration
setTypeInfoFactory in interface ConfigurationtypeInfoFactory - the typeInfoFactory.public void setJoinpointFactoryBuilder(JoinpointFactoryBuilder joinpointFactoryBuilder)
Configuration
setJoinpointFactoryBuilder in interface ConfigurationjoinpointFactoryBuilder - the joinpointFactoryBuilder.protected BeanInfoFactory getBeanInfoFactory()
protected ClassAdapterFactory getClassAdapterFactory()
protected abstract BeanInfoFactory createDefaultBeanInfoFactory()
throws Throwable
Throwable - for any error
protected abstract ClassAdapterFactory createDefaultClassAdapterFactory()
throws Throwable
Throwable - for any error
protected abstract TypeInfoFactory createDefaultTypeInfoFactory()
throws Throwable
Throwable - for any error
protected abstract JoinpointFactoryBuilder createDefaultJoinpointFactoryBuilder()
throws Throwable
Throwable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||