Package org.eclipse.osgi.storage
Interface ContentProvider
- All Known Implementing Classes:
- ReferenceInputStream
public interface ContentProvider
A content provider is a marker interface that is used but the framework
 internally to handle different kinds of bundles. For example, reference
 installed bundles or connect bundles. The type of the provider indicates how
 the framework will handle the install or update of the bundle content.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe type of the provided content
- 
Method SummaryModifier and TypeMethodDescriptionA file of the content, may benullgetType()The type of content
- 
Method Details- 
getContentA file of the content, may benull- Returns:
- the file, may be null
- Throws:
- BundleException
 
- 
getTypeContentProvider.Type getType()The type of content- Returns:
- the type of content
 
 
-