Package org.osgi.service.obr
Interface Resource
public interface Resource
A resource is an abstraction of a downloadable thing, like a bundle.
Resources have capabilities and requirements. All a resource's requirements
must be satisfied before it can be installed.
- Version:
- $Revision: 1.5 $
-
Field Summary
Fields -
Method Summary
-
Field Details
-
LICENSE_URL
- See Also:
-
DESCRIPTION
- See Also:
-
DOCUMENTATION_URL
- See Also:
-
COPYRIGHT
- See Also:
-
SOURCE_URL
- See Also:
-
SYMBOLIC_NAME
- See Also:
-
PRESENTATION_NAME
- See Also:
-
ID
- See Also:
-
VERSION
- See Also:
-
URL
- See Also:
-
SIZE
- See Also:
-
KEYS
-
-
Method Details
-
getProperties
Map getProperties() -
getSymbolicName
String getSymbolicName() -
getPresentationName
String getPresentationName() -
getVersion
org.osgi.framework.Version getVersion() -
getId
String getId() -
getURL
URL getURL() -
getRequirements
Requirement[] getRequirements() -
getCapabilities
Capability[] getCapabilities() -
getCategories
String[] getCategories() -
getRepository
Repository getRepository()
-