org.apache.xbean.osgi.bundle.util
Interface BundleResourceFinder.ResourceFinderCallback
- All Known Implementing Classes:
- BundleResourceFinder.DefaultResourceFinderCallback
- Enclosing class:
- BundleResourceFinder
public static interface BundleResourceFinder.ResourceFinderCallback
foundInDirectory
void foundInDirectory(org.osgi.framework.Bundle bundle,
String baseDir,
URL url)
throws Exception
- Throws:
Exception
foundInJar
void foundInJar(org.osgi.framework.Bundle bundle,
String jarName,
ZipEntry entry,
InputStream in)
throws Exception
- Throws:
Exception
Copyright © 2005-2013. All Rights Reserved.