JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.osgi.service.feature
FeatureArtifact
Contents
Description
Method Summary
Method Details
getID()
getMetadata()
Hide sidebar
Show sidebar
Interface FeatureArtifact
@ProviderType
public interface
FeatureArtifact
An Artifact is an entity with an ID, for use in extensions.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ID
getID
()
Get the artifact's ID.
Map
<
String
,
Object
>
getMetadata
()
Get the metadata for this artifact.
Method Details
getID
ID
getID
()
Get the artifact's ID.
Returns:
The ID of this artifact.
getMetadata
Map
<
String
,
Object
>
getMetadata
()
Get the metadata for this artifact.
Returns:
The metadata. The returned map is unmodifiable.