Package org.osgi.service.feature
Interface FeatureConfiguration
@ProviderType
public interface FeatureConfiguration
Represents an OSGi Configuration in the Feature Model.
- "ThreadSafe"
-
Method Summary
-
Method Details
-
getPid
String getPid()Get the PID from the configuration.- Returns:
- The PID.
-
getFactoryPid
Get the Factory PID from the configuration, if any.- Returns:
- The Factory PID, or
null
if there is none.
-
getValues
Get the configuration key-value map.- Returns:
- The key-value map. The returned map is unmodifiable.
-