Uses of Interface
org.springframework.shell.table.CellMatcher
Packages that use CellMatcher
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of CellMatcher in org.springframework.shell.table
Methods in org.springframework.shell.table that return CellMatcherModifier and TypeMethodDescriptionstatic CellMatcher
CellMatchers.at
(int theRow, int col) static CellMatcher
CellMatchers.column
(int col) static CellMatcher
static CellMatcher
CellMatchers.row
(int theRow) static CellMatcher
CellMatchers.table()
Methods in org.springframework.shell.table with parameters of type CellMatcherModifier and TypeMethodDescriptionTableBuilder.CellMatcherStub.on
(CellMatcher other) TableBuilder.on
(CellMatcher matcher)