Class ListPhaseTableDescriptor
- java.lang.Object
-
- org.codehaus.mojo.buildplan.display.AbstractTableDescriptor
-
- org.codehaus.mojo.buildplan.display.ListPhaseTableDescriptor
-
- All Implemented Interfaces:
TableDescriptor
public class ListPhaseTableDescriptor extends AbstractTableDescriptor
-
-
Field Summary
-
Fields inherited from interface org.codehaus.mojo.buildplan.display.TableDescriptor
FORMAT_LEFT_ALIGN, FORMAT_STRING, ROW_START, SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description ListPhaseTableDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExecutionIdSize()intgetGoalSize()intgetPluginSize()static ListPhaseTableDescriptorof(Collection<org.apache.maven.plugin.MojoExecution> executions, org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles)StringrowFormat()ListPhaseTableDescriptorsetExecutionIdSize(int executionIdSize)ListPhaseTableDescriptorsetGoalSize(int goalSize)ListPhaseTableDescriptorsetPluginSize(int pluginSize)intwidth()-
Methods inherited from class org.codehaus.mojo.buildplan.display.AbstractTableDescriptor
findMaxSize
-
-
-
-
Method Detail
-
of
public static ListPhaseTableDescriptor of(Collection<org.apache.maven.plugin.MojoExecution> executions, org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles)
-
rowFormat
public String rowFormat()
-
width
public int width()
-
getPluginSize
public int getPluginSize()
-
getExecutionIdSize
public int getExecutionIdSize()
-
getGoalSize
public int getGoalSize()
-
setPluginSize
public ListPhaseTableDescriptor setPluginSize(int pluginSize)
-
setExecutionIdSize
public ListPhaseTableDescriptor setExecutionIdSize(int executionIdSize)
-
setGoalSize
public ListPhaseTableDescriptor setGoalSize(int goalSize)
-
-