| Package | Description |
|---|---|
| com.helger.commons.format |
| Modifier and Type | Class and Description |
|---|---|
class |
FormatterBracket
Format objects by surrounding them with brackets: [...]
|
class |
FormatterMinLengthAddLeading
A string formatter that ensures that a string has a minimum length by filling
the remaining chars with a custom character at front (leading).
|
class |
FormatterMinLengthAddTrailing
A string formatter that ensures that a string has a minimum length by filling
the remaining chars with a custom character at the end (trailing).
|
class |
FormatterStringPrefix
A formatter that adds a prefix to a string.
|
class |
FormatterStringPrefixAndSuffix
A formatter that adds a prefix and/or a suffix to a string.
|
class |
FormatterStringSkipPrefix
A formatter that skips a prefix from a string.
|
class |
FormatterStringSkipPrefixAndSuffix
A formatter that skip a prefix and/or a suffix to a string.
|
class |
FormatterStringSkipSuffix
A formatter that skips a suffix from a string.
|
class |
FormatterStringSuffix
A formatter that adds a suffix to a string.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.