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 CellMatcher |
CellMatchers.at(int theRow,
int col) |
static CellMatcher |
CellMatchers.column(int col) |
static CellMatcher |
CellMatchers.ofType(Class<?> clazz) |
static CellMatcher |
CellMatchers.row(int theRow) |
static CellMatcher |
CellMatchers.table() |
Modifier and Type | Method and Description |
---|---|
TableBuilder.CellMatcherStub |
TableBuilder.on(CellMatcher matcher) |
TableBuilder.CellMatcherStub |
TableBuilder.CellMatcherStub.on(CellMatcher other) |
Copyright © 2024. All rights reserved.