Package migratedb.v1.core.internal.util
Class AbbreviationUtils
- java.lang.Object
-
- migratedb.v1.core.internal.util.AbbreviationUtils
-
public final class AbbreviationUtils extends Object
Various abbreviation-related utilities.
-
-
Constructor Summary
Constructors Constructor Description AbbreviationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-