Interface FeatureBundle


  • @ProviderType
    public interface FeatureBundle
    A Bundle which is part of a feature.
    • Method Detail

      • getID

        ID getID()
        Get the bundle's ID.
        Returns:
        The ID of this bundle.
      • getMetadata

        java.util.Map<java.lang.String,​java.lang.Object> getMetadata()
        Get the metadata for this bundle.
        Returns:
        The metadata. The returned map is unmodifiable.