|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.reflect.impl.asm.AsmClassInfoRepository
public class AsmClassInfoRepository
A repository for the class info hierarchy. Is class loader aware.
| Method Summary | |
|---|---|
void |
addClassInfo(ClassInfo classInfo)
Adds a new class info. |
ClassInfo |
checkParentClassRepository(String className,
ClassLoader loader)
Searches for a class info up in the class loader hierarchy. |
Properties |
getAnnotationProperties()
Returns the annotation properties for the specific class loader. |
ClassInfo |
getClassInfo(String className)
Returns the class info. |
static AsmClassInfoRepository |
getRepository(ClassLoader loader)
Returns the class info repository for the specific class loader |
boolean |
hasClassInfo(String name)
Checks if the class info for a specific class exists. |
void |
removeClassInfo(String className)
Removes the class from the repository (since it has been modified and needs to be rebuild). |
static void |
removeClassInfoFromAllClassLoaders(String className)
Remove a class from the repository. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AsmClassInfoRepository getRepository(ClassLoader loader)
loader -
public static void removeClassInfoFromAllClassLoaders(String className)
className - the name of the classpublic ClassInfo getClassInfo(String className)
className -
public void addClassInfo(ClassInfo classInfo)
classInfo - public boolean hasClassInfo(String name)
name -
public void removeClassInfo(String className)
className - public Properties getAnnotationProperties()
public ClassInfo checkParentClassRepository(String className,
ClassLoader loader)
className - loader -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||