Package org.eclipse.osgi.storage
Class BundleInfo
java.lang.Object
org.eclipse.osgi.storage.BundleInfo
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Collection<String> static final Stringstatic final Stringstatic final String
- 
Constructor SummaryConstructorsConstructorDescriptionBundleInfo(Storage storage, long bundleId, String location, long nextGenerationId) 
- 
Method Summary
- 
Field Details- 
OSGI_BUNDLE_MANIFEST- See Also:
 
- 
MULTI_RELEASE_HEADER- See Also:
 
- 
MULTI_RELEASE_VERSIONS- See Also:
 
- 
MULTI_RELEASE_FILTER_PREFIXES
 
- 
- 
Constructor Details- 
BundleInfo
 
- 
- 
Method Details- 
getBundleIdpublic long getBundleId()
- 
getLocation
- 
getStorage
- 
deletepublic void delete()
- 
getNextGenerationIdpublic long getNextGenerationId()
- 
getDataFile
 
-