Class ListPluginTableDescriptor
- java.lang.Object
-
- org.codehaus.mojo.buildplan.display.AbstractTableDescriptor
-
- org.codehaus.mojo.buildplan.display.ListPluginTableDescriptor
-
- All Implemented Interfaces:
TableDescriptor
public class ListPluginTableDescriptor 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 ListPluginTableDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExecutionIdSize()intgetGoalSize()intgetPhaseSize()static ListPluginTableDescriptorof(Collection<org.apache.maven.plugin.MojoExecution> executions, org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles)StringrowFormat()ListPluginTableDescriptorsetExecutionIdSize(int executionIdSize)ListPluginTableDescriptorsetGoalSize(int goalSize)ListPluginTableDescriptorsetPhaseSize(int phaseSize)intwidth()-
Methods inherited from class org.codehaus.mojo.buildplan.display.AbstractTableDescriptor
findMaxSize
-
-
-
-
Method Detail
-
rowFormat
public String rowFormat()
-
width
public int width()
-
getPhaseSize
public int getPhaseSize()
-
getExecutionIdSize
public int getExecutionIdSize()
-
getGoalSize
public int getGoalSize()
-
setPhaseSize
public ListPluginTableDescriptor setPhaseSize(int phaseSize)
-
setExecutionIdSize
public ListPluginTableDescriptor setExecutionIdSize(int executionIdSize)
-
setGoalSize
public ListPluginTableDescriptor setGoalSize(int goalSize)
-
of
public static ListPluginTableDescriptor of(Collection<org.apache.maven.plugin.MojoExecution> executions, org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles)
-
-