Uses of Enum Class
org.tquadrat.foundation.util.StringUtils.Padding
Packages that use StringUtils.Padding
Package
Description
The utility classes provided for the Foundation
library.
-
Uses of StringUtils.Padding in org.tquadrat.foundation.util
Methods in org.tquadrat.foundation.util that return StringUtils.PaddingModifier and TypeMethodDescriptionstatic StringUtils.Padding
Returns the enum constant of this class with the specified name.static StringUtils.Padding[]
StringUtils.Padding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.util with parameters of type StringUtils.PaddingModifier and TypeMethodDescriptionstatic final String
StringUtils.pad
(CharSequence input, int length, char c, StringUtils.Padding mode, boolean clip) Brings the given string to the given length and uses the provided padding character to fill up the string.static final String
StringUtils.pad
(CharSequence input, int length, char c, StringUtils.Padding mode, StringUtils.Clipping clip) Brings the given string to the given length and uses the provided padding character to fill up the string.