Interface DslConverterManager

    • Method Detail

      • hasConverter

        boolean hasConverter​(int converterId)
        Returns true if there is a dsl converter with specified converter number.
        Parameters:
        converterId - id of the converter
        Returns:
        see above
      • getConverterDescription

        @NotNull
        String getConverterDescription​(int converterId)
        Returns a description of settings modified by the converter with specified converter number. It is used in the '%Description% dsl needs to be updated' message in UI.
        Parameters:
        converterId - converter id of interest
        Returns:
        see above