public class Justif extends Object
| Constructor and Description |
|---|
Justif() |
Justif(int width,
int... tabs) |
| Modifier and Type | Method and Description |
|---|---|
void |
entry(String key,
String separator,
Object value) |
Formatter |
formatter() |
void |
indent(int indent,
String string) |
void |
table(Map<String,Object> table,
String separator) |
String |
toString() |
String |
toString(Object o) |
String |
wrap() |
void |
wrap(StringBuilder sb)
Routine to wrap a stringbuffer.
|
public void wrap(StringBuilder sb)
sb - public String wrap()
public Formatter formatter()
public void indent(int indent,
String string)
Copyright © 2019 aQute SARL. All rights reserved.