Package org.springframework.shell.table
Class DebugAligner
java.lang.Object
org.springframework.shell.table.DebugAligner
- All Implemented Interfaces:
- Aligner
A decorator Aligner that checks the Aligner invariants contract, useful for debugging.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DebugAligner
 
- 
- 
Method Details- 
alignDescription copied from interface:AlignerPerform text alignment, returning a String array that MUST containcellHeightlines, each of which MUST becellWidthchars in length.Input array is guaranteed to contain lines that have length equal to cellWidth. There is no guarantee on the input number of lines though.
 
-