Interface FeatureConfiguration


@ProviderType public interface FeatureConfiguration
Represents an OSGi Configuration in the Feature Model.
"ThreadSafe"
  • 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.