| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Method and Description |
|---|---|
static Strings.Justify |
Strings.Justify.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strings.Justify[] |
Strings.Justify.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Strings.justify(Strings.Justify justify,
String str,
int width,
char padWithChar)
Justify the contents of the string.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.