|
||||||||||
| 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
public class 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()
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 info| Method Detail |
|---|
public ClassInfo getClassInfo()
ClassAdapter
getClassInfo in interface ClassAdapterpublic ClassAdapter getInstanceAdapter(ClassInfo classInfo)
ClassAdapter
getInstanceAdapter in interface ClassAdapterclassInfo - the changed class info
public List getDependencies()
ClassAdapter
getDependencies in interface ClassAdapterpublic JoinpointFactory getJoinpointFactory()
ClassAdapter
getJoinpointFactory in interface ClassAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||