Class ResourceWrapper
java.lang.Object
org.apache.felix.bundlerepository.impl.wrapper.ResourceWrapper
- All Implemented Interfaces:
org.osgi.service.obr.Resource
-
Field Summary
Fields inherited from interface org.osgi.service.obr.Resource
COPYRIGHT, DESCRIPTION, DOCUMENTATION_URL, ID, KEYS, LICENSE_URL, PRESENTATION_NAME, SIZE, SOURCE_URL, SYMBOLIC_NAME, URL, VERSION
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResourceWrapper
-
-
Method Details
-
getProperties
- Specified by:
getProperties
in interfaceorg.osgi.service.obr.Resource
-
getSymbolicName
- Specified by:
getSymbolicName
in interfaceorg.osgi.service.obr.Resource
-
getPresentationName
- Specified by:
getPresentationName
in interfaceorg.osgi.service.obr.Resource
-
getVersion
public org.osgi.framework.Version getVersion()- Specified by:
getVersion
in interfaceorg.osgi.service.obr.Resource
-
getId
- Specified by:
getId
in interfaceorg.osgi.service.obr.Resource
-
getURL
- Specified by:
getURL
in interfaceorg.osgi.service.obr.Resource
-
getRequirements
public org.osgi.service.obr.Requirement[] getRequirements()- Specified by:
getRequirements
in interfaceorg.osgi.service.obr.Resource
-
getCapabilities
public org.osgi.service.obr.Capability[] getCapabilities()- Specified by:
getCapabilities
in interfaceorg.osgi.service.obr.Resource
-
getCategories
- Specified by:
getCategories
in interfaceorg.osgi.service.obr.Resource
-
getRepository
public org.osgi.service.obr.Repository getRepository()- Specified by:
getRepository
in interfaceorg.osgi.service.obr.Resource
-