Interface ConfigDescriptionAliasProvider


@NonNullByDefault public interface ConfigDescriptionAliasProvider
Can be implemented to point one config description URI to another.
Author:
Simon Kaufmann - Initial contribution
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable URI
    getAlias(URI configDescriptionURI)
    Get an alias for the given config description URI (if applicable)
  • Method Details

    • getAlias

      @Nullable URI getAlias(URI configDescriptionURI)
      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.