Class TerminologyUtils
java.lang.Object
com.atlassian.jira.i18n.terminology.TerminologyUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
canonicalizeEntryName
(String name) Make a canonical form of entry name.
-
Method Details
-
canonicalizeEntryName
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 asTerminologyEntry
originalName, newName or newNamePlural.- Returns:
- Canonical form a given name
-