Package | Description |
---|---|
org.springframework.shell.table |
Allows the creation of tables that can be rendered using ASCII art.
|
Modifier and Type | Method and Description |
---|---|
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableBuilder |
TableBuilder.addFullBorder(BorderStyle style)
Set a border around each and every cell of the table.
|
TableBuilder |
TableBuilder.addHeaderAndVerticalsBorders(BorderStyle style)
Set a border on the outline of the whole table, around the first row and draw vertical lines
around each column.
|
TableBuilder |
TableBuilder.addHeaderBorder(BorderStyle style)
Set a border on the outline of the whole table, as well as around the first row.
|
TableBuilder |
TableBuilder.addInnerBorder(BorderStyle style)
Set a border on the inner verticals and horizontals of the table, but not on the outline.
|
TableBuilder |
TableBuilder.addOutlineBorder(BorderStyle style)
Set a border on the outline of the whole table.
|
TableBuilder.BorderStub |
TableBuilder.paintBorder(BorderStyle style,
int match) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.