Package | Description |
---|---|
org.springframework.shell.table |
Allows the creation of tables that can be rendered using ASCII art.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteWidthSizeConstraints
A cell sizing strategy that forces a fixed width, expressed in number of characters.
|
class |
AutoSizeConstraints
A SizeConstraints implementation that splits lines at space boundaries
and returns an extent with minimal and maximal width requirements.
|
class |
KeyValueSizeConstraints
A SizeConstraints implementation that is tailored to rendering a series
of key = value pairs.
|
class |
NoWrapSizeConstraints
A sizing strategy that will impose the longest line width on cells.
|
Modifier and Type | Method and Description |
---|---|
TableBuilder.CellMatcherStub |
TableBuilder.CellMatcherStub.addSizer(SizeConstraints sizer) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.