@ProviderType public interface FeatureBundleBuilder
FeatureBundle objects.| Modifier and Type | Method and Description | 
|---|---|
| FeatureBundleBuilder | addMetadata(Map<String,Object> metadata)Add metadata for this Bundle by providing a map. | 
| FeatureBundleBuilder | addMetadata(String key,
           Object value)Add metadata for this Bundle. | 
| FeatureBundle | build()Build the Bundle object. | 
FeatureBundleBuilder addMetadata(String key, Object value)
key - Metadata key.value - Metadata value.FeatureBundleBuilder addMetadata(Map<String,Object> metadata)
metadata - The map with metadata.FeatureBundle build()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0