Package migratedb.v1.core.internal.util
Class AbbreviationUtils
java.lang.Object
migratedb.v1.core.internal.util.AbbreviationUtils
Various abbreviation-related utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringabbreviateDescription(String description) Abbreviates this description to a length that will fit in the database.static StringabbreviateScript(String script) Abbreviates this script to a length that will fit in the database.
-
Constructor Details
-
AbbreviationUtils
public AbbreviationUtils()
-
-
Method Details
-
abbreviateDescription
Abbreviates this description to a length that will fit in the database.- Parameters:
description- The description to process.- Returns:
- The abbreviated version.
-
abbreviateScript
Abbreviates this script to a length that will fit in the database.- Parameters:
script- The script to process.- Returns:
- The abbreviated version.
-