JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.osgi.service.feature
FeatureConfiguration
Contents
Description
Method Summary
Method Details
getPid()
getFactoryPid()
getValues()
Hide sidebar
Show sidebar
Interface FeatureConfiguration
@ProviderType
public interface
FeatureConfiguration
Represents an OSGi Configuration in the Feature Model.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
String
>
getFactoryPid
()
Get the Factory PID from the configuration, if any.
String
getPid
()
Get the PID from the configuration.
Map
<
String
,
Object
>
getValues
()
Get the configuration key-value map.
Method Details
getPid
String
getPid
()
Get the PID from the configuration.
Returns:
The PID.
getFactoryPid
Optional
<
String
>
getFactoryPid
()
Get the Factory PID from the configuration, if any.
Returns:
The Factory PID, or
null
if there is none.
getValues
Map
<
String
,
Object
>
getValues
()
Get the configuration key-value map.
Returns:
The key-value map. The returned map is unmodifiable.