Uses of Enum Class
org.apache.maven.plugin.MojoExecution.Source
-
Uses of MojoExecution.Source in org.apache.maven.plugin
Modifier and TypeMethodDescriptionMojoExecution.getSource()
Gets the source of this execution.static MojoExecution.Source
Returns the enum constant of this class with the specified name.static MojoExecution.Source[]
MojoExecution.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMojoExecution
(MojoDescriptor mojoDescriptor, String executionId, MojoExecution.Source source)