Interface IBundleReader
- All Known Implementing Classes:
EquinoxBundleReader
,EquinoxBundleReader2
public interface IBundleReader
-
Method Summary
Modifier and TypeMethodDescriptiongetBundle
(BundleDescriptor descriptor) Load the bundle by its descriptorreadOSGiModel
(IProgressListener listener) get a model describing the OSGi framework
-
Method Details
-
readOSGiModel
get a model describing the OSGi framework- Parameters:
listener
-- Returns:
- OSGi model
- Throws:
SnapshotException
-
getBundle
Load the bundle by its descriptor- Parameters:
descriptor
-- Returns:
- Bundle, which contains full information (dependencies, dependents, services, extension points, extensions)
- Throws:
SnapshotException
-