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