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 CellMatcherCellMatchers.at(int theRow, int col) static CellMatcherCellMatchers.column(int col) static CellMatcherstatic CellMatcherCellMatchers.row(int theRow) static CellMatcherCellMatchers.table()Methods in org.springframework.shell.table with parameters of type CellMatcherModifier and TypeMethodDescriptionTableBuilder.CellMatcherStub.on(CellMatcher other) TableBuilder.on(CellMatcher matcher)