Class TerminologyUtils

java.lang.Object
com.atlassian.jira.i18n.terminology.TerminologyUtils

public class TerminologyUtils extends Object
  • Method Details

    • canonicalizeEntryName

      @Nullable public static String canonicalizeEntryName(@Nullable String name)
      Make a canonical form of entry name. Canonical form is trimmed from whitespaces and lowercase.
      Parameters:
      name - Entry input name, one that will be used as TerminologyEntry originalName, newName or newNamePlural.
      Returns:
      Canonical form a given name