Package org.openhab.core.thing.profiles
Interface ProfileTypeRegistry
@NonNullByDefault
public interface ProfileTypeRegistry
- Author:
- Simon Kaufmann - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionGet the availableProfileType
s from all providers using the default locale.getProfileTypes
(@Nullable Locale locale) Get the availableProfileType
s from all providers.
-
Method Details
-
getProfileTypes
List<ProfileType> getProfileTypes()Get the availableProfileType
s from all providers using the default locale.- Returns:
- all profile types
-
getProfileTypes
Get the availableProfileType
s from all providers.- Parameters:
locale
- the language to use (may be null)- Returns:
- all profile types
-