|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableTypeInfoFactory
A MutableTypeInfoFactory
Method Summary | |
---|---|
MutableClassInfo |
createNewMutableClass(String name)
Creates a new MutableClass. |
MutableClassInfo |
createNewMutableClass(String name,
ClassInfo superClass)
Creates a new MutableClass. |
MutableClassInfo |
createNewMutableInterface(String name)
Creates a new mutable interface. |
MutableClassInfo |
createNewMutableInterface(String name,
ClassInfo superClass)
Creates a new mutable interface. |
MutableClassInfo |
getMutable(String name,
ClassLoader cl)
Gets the information for a MutableClass. |
Methods inherited from interface org.jboss.reflect.spi.TypeInfoFactory |
---|
getTypeInfo, getTypeInfo, getTypeInfo |
Method Detail |
---|
MutableClassInfo createNewMutableClass(String name)
name
- the name of the class to be created
MutableClassInfo createNewMutableClass(String name, ClassInfo superClass)
name
- the name of the class to be createdsuperClass
- the super class of the class to be created
MutableClassInfo createNewMutableInterface(String name)
name
- the name of the interface to be created
MutableClassInfo createNewMutableInterface(String name, ClassInfo superClass)
name
- the name of the interface to be createdsuperClass
- the super type of the interface to be created
MutableClassInfo getMutable(String name, ClassLoader cl)
name
- the name of the class to be retrievedcl
- the ClassLoader that should be used to retrieve the class. Note that,
if cl is null, the default ClassLoader will be used.
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |