Uses of Enum Class
it.serendigity.maven.plugin.lifecycle.helper.vo.MavenExecutionAttribute
Packages that use MavenExecutionAttribute
Package
Description
-
Uses of MavenExecutionAttribute in it.serendigity.maven.plugin.lifecycle.helper
Methods in it.serendigity.maven.plugin.lifecycle.helper that return MavenExecutionAttributeModifier and TypeMethodDescriptionprotected MavenExecutionAttribute
ExecutionPlanMojo.getOrderByToElaborate()
protected MavenExecutionAttribute
ExecutionPlanMojo.getParamOrderBy()
Methods in it.serendigity.maven.plugin.lifecycle.helper with parameters of type MavenExecutionAttributeModifier and TypeMethodDescriptionprotected void
ExecutionPlanMojo.setOrderByToElaborate
(MavenExecutionAttribute orderByToElaborate) -
Uses of MavenExecutionAttribute in it.serendigity.maven.plugin.lifecycle.helper.output
Methods in it.serendigity.maven.plugin.lifecycle.helper.output that return MavenExecutionAttributeMethods in it.serendigity.maven.plugin.lifecycle.helper.output that return types with arguments of type MavenExecutionAttributeModifier and TypeMethodDescriptionprotected Set<MavenExecutionAttribute>
TxtOutput.createColumns()
protected Set<MavenExecutionAttribute>
TxtTable.createColumns()
TxtOutput.getColumns()
Methods in it.serendigity.maven.plugin.lifecycle.helper.output with parameters of type MavenExecutionAttributeModifier and TypeMethodDescriptionprotected String
TxtOutput.getHeaderTitle
(MavenExecutionAttribute mavenExecutionAttribute) Constructors in it.serendigity.maven.plugin.lifecycle.helper.output with parameters of type MavenExecutionAttributeModifierConstructorDescriptionTxtTable
(MavenExecutionPlanInfo executionPlanInfo, MavenExecutionAttribute orderByColumn, boolean groupByAttribute) -
Uses of MavenExecutionAttribute in it.serendigity.maven.plugin.lifecycle.helper.vo
Methods in it.serendigity.maven.plugin.lifecycle.helper.vo that return MavenExecutionAttributeModifier and TypeMethodDescriptionstatic MavenExecutionAttribute
protected MavenExecutionAttribute
MavenExecutionComparator.getOrderAttribute()
static MavenExecutionAttribute
Returns the enum constant of this class with the specified name.static MavenExecutionAttribute[]
MavenExecutionAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.serendigity.maven.plugin.lifecycle.helper.vo that return types with arguments of type MavenExecutionAttributeModifier and TypeMethodDescriptionstatic Set<MavenExecutionAttribute>
MavenExecutionAttribute.complementOf
(MavenExecutionAttribute... excludes) static Set<MavenExecutionAttribute>
MavenExecutionAttribute.retrieveGroupByEnabled()
Methods in it.serendigity.maven.plugin.lifecycle.helper.vo with parameters of type MavenExecutionAttributeModifier and TypeMethodDescriptionstatic Set<MavenExecutionAttribute>
MavenExecutionAttribute.complementOf
(MavenExecutionAttribute... excludes) int
MavenExecutionSummary.getMaxStringLength
(MavenExecutionAttribute attribute) int
MavenExecutionInfo.getStringLength
(MavenExecutionAttribute mavenExecutionAttribute) MavenExecutionInfo.getValue
(MavenExecutionAttribute mavenExecutionAttribute) Retrieve value of the attributemavenExecutionAttribute
MavenExecutionInfo.getValueOrEmpty
(MavenExecutionAttribute mavenExecutionAttribute) Retrieve value of the attributemavenExecutionAttribute
.void
MavenExecutionInfo.setValue
(MavenExecutionAttribute mavenExecutionAttribute, Object value) void
MavenExecutionPlanInfo.sort
(MavenExecutionAttribute orderByAttribute) Constructors in it.serendigity.maven.plugin.lifecycle.helper.vo with parameters of type MavenExecutionAttribute