Interface FeatureBundle


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

    Modifier and Type
    Method
    Description
    Get the bundle's ID.
    Get the metadata for this bundle.
  • Method Details

    • getID

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

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