Uses of Enum
org.apache.maven.plugin.MojoExecution.Source
Packages that use MojoExecution.Source
-
Uses of MojoExecution.Source in org.apache.maven.plugin
Methods in org.apache.maven.plugin that return MojoExecution.SourceModifier and TypeMethodDescriptionMojoExecution.getSource()
Gets the source of this execution.static MojoExecution.Source
Returns the enum constant of this type with the specified name.static MojoExecution.Source[]
MojoExecution.Source.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.plugin with parameters of type MojoExecution.SourceModifierConstructorDescriptionMojoExecution
(MojoDescriptor mojoDescriptor, String executionId, MojoExecution.Source source)