Package org.aspectj.weaver.loadtime
Interface IWeavingContext
-
- All Known Implementing Classes:
DefaultWeavingContext
public interface IWeavingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBundleIdFromURL(URL url)ClassLoadergetClassLoader()StringgetClassLoaderName()List<Definition>getDefinitions(ClassLoader loader, WeavingAdaptor adaptor)StringgetFile(URL url)StringgetId()Enumeration<URL>getResources(String name)booleanisLocallyDefined(String classname)
-
-
-
Method Detail
-
getResources
Enumeration<URL> getResources(String name) throws IOException
- Throws:
IOException
-
getClassLoaderName
String getClassLoaderName()
-
getClassLoader
ClassLoader getClassLoader()
-
getId
String getId()
-
isLocallyDefined
boolean isLocallyDefined(String classname)
-
getDefinitions
List<Definition> getDefinitions(ClassLoader loader, WeavingAdaptor adaptor)
-
-