Interface TaskHelpLink


public interface TaskHelpLink
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
    @Nullable String
     
    @Nullable String
     
    @org.jetbrains.annotations.Nullable boolean
    Prefix is used if the task is getting the help url/title from help-paths.properties file, in which case we should use the help.url macro.
  • Method Details

    • getKey

      @Nullable @Nullable String getKey()
      Returns:
      the key to be used by the help.url macro. Should only be used if isUsingPrefix() == true
    • getLinkKey

      @Nullable @Nullable String getLinkKey()
      Returns:
      i18n key for the help link, which then needs to be looked up
    • getTitleKey

      @Nullable @Nullable String getTitleKey()
      Returns:
      i18n key for the help title
    • isUsingPrefix

      @Nullable @org.jetbrains.annotations.Nullable boolean isUsingPrefix()
      Prefix is used if the task is getting the help url/title from help-paths.properties file, in which case we should use the help.url macro.
      Returns:
      true if we should use the help.url macro, false otherwise