Package | Description |
---|---|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
Modifier and Type | Field and Description |
---|---|
private TextColumnInfo |
AbstractCliParser.CliHelpWriter.mainColumnInfo
The
TextColumnInfo for the main column. |
private TextColumnInfo |
AbstractCliParser.CliHelpWriter.parameterColumnInfo
The
TextColumnInfo for parameters (e.g. |
Modifier and Type | Field and Description |
---|---|
private TextColumnInfo |
TextColumn.columnInfo |
Modifier and Type | Method and Description |
---|---|
TextColumnInfo |
TextColumn.getColumnInfo()
This method gets the
TextColumnInfo holding the metadata of the column. |
Modifier and Type | Method and Description |
---|---|
int |
LineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
String columnText,
TextColumnInfo columnInfo)
|
int |
LineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
String column1Text,
TextColumnInfo column1Info,
String column2Text,
TextColumnInfo column2Info)
This method is like
LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a two-column
layout. |
int |
LineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
String column1Text,
TextColumnInfo column1Info,
String column2Text,
TextColumnInfo column2Info,
String column3Text,
TextColumnInfo column3Info)
This method is like
LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a
three-column layout. |
Constructor and Description |
---|
TextColumn(String text,
TextColumnInfo columnInfo)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractLineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
String columnText,
TextColumnInfo columnInfo) |
int |
AbstractLineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
String column1Text,
TextColumnInfo column1Info,
String column2Text,
TextColumnInfo column2Info) |
int |
AbstractLineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
String column1Text,
TextColumnInfo column1Info,
String column2Text,
TextColumnInfo column2Info,
String column3Text,
TextColumnInfo column3Info) |
Constructor and Description |
---|
ColumnState(String text,
TextColumnInfo columnInfo,
HyphenatorBuilder hyphenatorBuilder)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.