Package org.springframework.shell.table
Interface CellMatcher
public interface CellMatcher
This is used to specify where some components of a Table may be applied.
 
Some commonly used matchers can be created via CellMatchers.
- 
Method Summary
- 
Method Details- 
matches- Parameters:
- row- the row being tested.
- column- the column being tested
- model- the data model of the table
- Returns:
- whether a given cell of the table should match.
 
 
-