public static interface BundleResourceFinder.ResourceFinderCallback
| Modifier and Type | Method and Description |
|---|---|
void |
foundInDirectory(org.osgi.framework.Bundle bundle,
String baseDir,
URL url) |
void |
foundInJar(org.osgi.framework.Bundle bundle,
String jarName,
ZipEntry entry,
InputStream in) |
void foundInDirectory(org.osgi.framework.Bundle bundle, String baseDir, URL url) throws Exception
Exceptionvoid foundInJar(org.osgi.framework.Bundle bundle, String jarName, ZipEntry entry, InputStream in) throws Exception
ExceptionCopyright © 2005–2014. All rights reserved.