Package org.openhab.core.config.core
Interface ConfigDescriptionAliasProvider
@NonNullByDefault
public interface ConfigDescriptionAliasProvider
Can be implemented to point one config description URI to another.
- Author:
- Simon Kaufmann - Initial contribution
-
Method Summary
-
Method Details
-
getAlias
Get an alias for the given config description URI (if applicable)- Parameters:
configDescriptionURI
- the original config description URI- Returns:
- the alias or
null
if this handler does not apply to the given URI.
-