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
Exception
public List<BundleDescriptor> scanForBundles(ClassLoader loader) throws Exception
Exception
public List<BundleDescriptor> scanForBundles(String filterString) throws Exception
Exception
public List<BundleDescriptor> scanForBundles(String filterString, ClassLoader loader) throws Exception
Exception
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.