Class TextUtils
java.lang.Object
it.serendigity.maven.plugin.lifecycle.helper.utils.TextUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected static Stringstatic StringjustifyFormat(int width) static StringjustifyFormat(Character leftSeparator, Character rightSeparator, int width) static StringleftJustify(Character leftSeparator, Character rightSeparator, String text, int width) static StringnormalizeFileNameWithExtension(String fileName, String fileFormat) Normalize file name with extensionfileFormatstatic StringrightJustify(Character leftSeparator, Character rightSeparator, String text, int width)
-
Field Details
-
STRING_PLACEHOLDER
- See Also:
-
-
Method Details
-
leftJustify
-
rightJustify
-
justifyFormat
-
justifyFormat
-
justify
-
normalizeFileNameWithExtension
Normalize file name with extensionfileFormat- Parameters:
fileName- name of the filefileFormat- the format of the file (extension)- Returns:
- the fileName with extension
fileFormat
-