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
Exception
void foundInJar(org.osgi.framework.Bundle bundle, String jarName, ZipEntry entry, InputStream in) throws Exception
Exception
Copyright © 2005–2014. All rights reserved.