| Package | Description |
|---|---|
| com.phloc.commons.format.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BracketFormatter
Format objects by surrounding them with brackets: [...]
|
class |
MinLengthAddLeadingFormatter
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 |
MinLengthAddTrailingFormatter
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 |
StringPrefixAndSuffixFormatter
A formatter that adds a prefix and/or a suffix to a string.
|
class |
StringPrefixFormatter
A formatter that adds a prefix to a string.
|
class |
StringSkipPrefixAndSuffixFormatter
A formatter that skip a prefix and/or a suffix to a string.
|
class |
StringSkipPrefixFormatter
A formatter that skips a prefix from a string.
|
class |
StringSkipSuffixFormatter
A formatter that skips a suffix from a string.
|
class |
StringSuffixFormatter
A formatter that adds a suffix to a string.
|
Copyright © 2006–2014 phloc systems. All rights reserved.