Interface AddOnValueProviderRegistry

All Known Implementing Classes:
DefaultAddOnValueProviderRegistry

public interface AddOnValueProviderRegistry
Registry to access value providers by the name of the AddOn that defines them.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String addOnName)
    Returns the value provider for the given AddOn name.
  • Method Details

    • get

      Returns the value provider for the given AddOn name.
      Parameters:
      addOnName - the name of the AddOn extension
      Returns:
      an Optional that either contains the value provider or is empty if no provider exists for the given AddOn name