public class ClasspathScanner extends Object
| Constructor and Description |
|---|
ClasspathScanner() |
| Modifier and Type | Method and Description |
|---|---|
List<BundleDescriptor> |
scanForBundles() |
List<BundleDescriptor> |
scanForBundles(ClassLoader loader) |
List<BundleDescriptor> |
scanForBundles(String filterString) |
List<BundleDescriptor> |
scanForBundles(String filterString,
ClassLoader loader) |
public List<BundleDescriptor> scanForBundles() throws Exception
Exceptionpublic List<BundleDescriptor> scanForBundles(ClassLoader loader) throws Exception
Exceptionpublic List<BundleDescriptor> scanForBundles(String filterString) throws Exception
Exceptionpublic List<BundleDescriptor> scanForBundles(String filterString, ClassLoader loader) throws Exception
ExceptionCopyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.