|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.classadapter.plugins.reflect.ReflectClassAdapter
A reflected class adapter.
Field Summary | |
protected ClassInfo |
classInfo
The class info |
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Constructor Summary | |
ReflectClassAdapter(ClassInfo classInfo)
Create a new reflected class adapter |
Method Summary | |
ClassInfo |
getClassInfo()
Get the class info. |
List |
getDependencies(Map metadata)
Get the dependencies of this adapter |
ClassAdapter |
getInstanceAdapter(ClassInfo classInfo)
Get an instance adapter. |
JoinpointFactory |
getJoinpointFactory()
Get the Joinpoint Factory for this adapter. |
Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
Field Detail |
protected ClassInfo classInfo
Constructor Detail |
public ReflectClassAdapter(ClassInfo classInfo)
classInfo
- the class infoMethod Detail |
public ClassInfo getClassInfo()
ClassAdapter
getClassInfo
in interface ClassAdapter
public ClassAdapter getInstanceAdapter(ClassInfo classInfo)
ClassAdapter
getInstanceAdapter
in interface ClassAdapter
classInfo
- the changed class info
public List getDependencies(Map metadata)
ClassAdapter
getDependencies
in interface ClassAdapter
metadata
- TODO what is this rubbish???
public JoinpointFactory getJoinpointFactory()
ClassAdapter
getJoinpointFactory
in interface ClassAdapter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |