|
||||||||||
| 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 DependencyBuilder |
createDefaultDependencyBuilder()
Create the default dependency builder |
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 |
DependencyBuilder |
getDependencyBuilder()
Get the dependency builder |
JoinpointFactoryBuilder |
getJoinpointFactoryBuilder()
Get the joinpoint factory builder |
TypeInfo |
getTypeInfo(Type type)
Get the type info for a type |
TypeInfoFactory |
getTypeInfoFactory()
Get the type info factory |
| 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 TypeInfoFactory getTypeInfoFactory()
Configuration
getTypeInfoFactory in interface Configurationpublic JoinpointFactoryBuilder getJoinpointFactoryBuilder()
Configuration
getJoinpointFactoryBuilder in interface Configurationpublic DependencyBuilder getDependencyBuilder()
Configuration
getDependencyBuilder in interface Configurationprotected 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
protected abstract DependencyBuilder createDefaultDependencyBuilder()
throws Throwable
Throwable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||