org.apache.xbean.finder
Class BundleAnnotationFinder
java.lang.Object
org.apache.xbean.finder.AbstractFinder
org.apache.xbean.finder.BundleAnnotationFinder
public class BundleAnnotationFinder
- extends AbstractFinder
- Version:
- $Rev: 942659 $ $Date: 2010-05-10 07:14:17 +0200 (Mon, 10 May 2010) $
Methods inherited from class org.apache.xbean.finder.AbstractFinder |
findAnnotatedClasses, findAnnotatedConstructors, findAnnotatedFields, findAnnotatedMethods, findAnnotatedPackages, findClassesInPackage, findInheritedAnnotatedClasses, getAnnotationInfos, getClassesNotLoaded, isAnnotationPresent, readClassDef |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleAnnotationFinder
public BundleAnnotationFinder(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle)
throws Exception
- Throws:
Exception
BundleAnnotationFinder
public BundleAnnotationFinder(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle,
ResourceDiscoveryFilter discoveryFilter)
throws Exception
- Throws:
Exception
getResource
protected URL getResource(String s)
- Specified by:
getResource
in class AbstractFinder
loadClass
protected Class<?> loadClass(String s)
throws ClassNotFoundException
- Specified by:
loadClass
in class AbstractFinder
- Throws:
ClassNotFoundException
Copyright © 2005-2011. All Rights Reserved.