Interface ProfileTypeProvider

All Known Implementing Classes:
ScriptProfileFactory

@NonNullByDefault public interface ProfileTypeProvider
A ProfileTypeProvider is responsible for providing ProfileTypes.
Author:
Simon Kaufmann - Initial contribution
  • Method Details

    • getProfileTypes

      Collection<ProfileType> getProfileTypes(@Nullable Locale locale)
      Returns all profile types for the given Locale.
      Parameters:
      locale - (can be null)
      Returns:
      all profile types or empty list if no profile type exists