public class AspectAnnotationLoader extends Object
Modifier and Type | Field and Description |
---|---|
protected AspectManager |
manager |
Constructor and Description |
---|
AspectAnnotationLoader(AspectManager manager) |
AspectAnnotationLoader(AspectManager manager,
AspectAnnotationLoaderStrategy loaderStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
deployClassFile(javassist.bytecode.ClassFile cf) |
void |
deployInputStreamIterator(Iterator<InputStream> it) |
AspectManager |
getAspectManager() |
ClassLoader |
getClassLoader() |
void |
setClassLoader(ClassLoader cl) |
void |
undeployClassFile(javassist.bytecode.ClassFile cf) |
void |
undeployInputStreamIterator(Iterator<InputStream> it) |
protected AspectManager manager
public AspectAnnotationLoader(AspectManager manager)
public AspectAnnotationLoader(AspectManager manager, AspectAnnotationLoaderStrategy loaderStrategy)
public void setClassLoader(ClassLoader cl)
public AspectManager getAspectManager()
public ClassLoader getClassLoader()
public void deployInputStreamIterator(Iterator<InputStream> it) throws Exception
Exception
public void deployClassFile(javassist.bytecode.ClassFile cf) throws Exception
Exception
public void undeployInputStreamIterator(Iterator<InputStream> it) throws Exception
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.