Class TxtOutput
java.lang.Object
it.serendigity.maven.plugin.lifecycle.helper.output.TxtOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<MavenExecutionAttribute>
protected abstract String
protected String
Override this method and call super to initialize the tableprotected MavenExecutionPlanInfo
protected String
getHeaderTitle
(MavenExecutionAttribute mavenExecutionAttribute) protected MavenExecutionSummary
protected String
protected void
Init tables variables: columns, rowFormat, ...static String
protected String
tableRow
(MavenExecutionInfo info)
-
Constructor Details
-
TxtOutput
-
-
Method Details
-
initTable
protected void initTable()Init tables variables: columns, rowFormat, ...- See Also:
-
createTable
Override this method and call super to initialize the table- Returns:
- empty string
-
createRowFormat
-
getHeaderTitle
-
getSummary
-
createColumns
-
headerTitle
-
tableRow
-
getColumns
-
newLineSeparator
-
getRowFormat
-
getExecutionPlanInfo
-