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 TypeMethodDescriptionReturns 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
Optionalthat either contains the value provider or is empty if no provider exists for the given AddOn name
-