public interface Resource
Modifier and Type | Field and Description |
---|---|
static String |
COPYRIGHT |
static String |
DESCRIPTION |
static String |
DOCUMENTATION_URL |
static String |
ID |
static String[] |
KEYS |
static String |
LICENSE_URL |
static String |
PRESENTATION_NAME |
static String |
SIZE |
static String |
SOURCE_URL |
static String |
SYMBOLIC_NAME |
static String |
URL |
static String |
VERSION |
Modifier and Type | Method and Description |
---|---|
Capability[] |
getCapabilities() |
String[] |
getCategories() |
String |
getId() |
String |
getPresentationName() |
Map |
getProperties() |
Repository |
getRepository() |
Requirement[] |
getRequirements() |
String |
getSymbolicName() |
URL |
getURL() |
org.osgi.framework.Version |
getVersion() |
static final String LICENSE_URL
static final String DESCRIPTION
static final String DOCUMENTATION_URL
static final String COPYRIGHT
static final String SOURCE_URL
static final String SYMBOLIC_NAME
static final String PRESENTATION_NAME
static final String ID
static final String VERSION
static final String URL
static final String SIZE
static final String[] KEYS
Map getProperties()
String getSymbolicName()
String getPresentationName()
org.osgi.framework.Version getVersion()
String getId()
URL getURL()
Requirement[] getRequirements()
Capability[] getCapabilities()
String[] getCategories()
Repository getRepository()
Copyright © 2006-2014 OSGi Alliance. All Rights Reserved.