Class TxtTable
java.lang.Object
it.serendigity.maven.plugin.lifecycle.helper.output.TxtOutput
it.serendigity.maven.plugin.lifecycle.helper.output.TxtTable
-
Constructor Summary
ConstructorsConstructorDescriptionTxtTable
(MavenExecutionPlanInfo executionPlanInfo, MavenExecutionAttribute orderByColumn, boolean groupByAttribute) -
Method Summary
Methods inherited from class it.serendigity.maven.plugin.lifecycle.helper.output.TxtOutput
getColumns, getExecutionPlanInfo, getHeaderTitle, getRowFormat, getSummary, initTable, newLineSeparator, tableRow
-
Constructor Details
-
TxtTable
public TxtTable(MavenExecutionPlanInfo executionPlanInfo, MavenExecutionAttribute orderByColumn, boolean groupByAttribute)
-
-
Method Details
-
createRowFormat
- Specified by:
createRowFormat
in classTxtOutput
-
isGroupByAttribute
protected boolean isGroupByAttribute() -
createTable
Description copied from class:TxtOutput
Override this method and call super to initialize the table- Overrides:
createTable
in classTxtOutput
- Returns:
- empty string
-
createColumns
- Overrides:
createColumns
in classTxtOutput
-
getOrderByColumn
-
isGroupByColumnSelected
public boolean isGroupByColumnSelected() -
headerRows
-
headerTitle
- Overrides:
headerTitle
in classTxtOutput
-
getRowLength
public int getRowLength() -
titleLine
-