Package | Description |
---|---|
org.apache.maven.plugin |
Modifier and Type | Method and Description |
---|---|
MojoExecution.Source |
MojoExecution.getSource()
Gets the source of this execution.
|
static MojoExecution.Source |
MojoExecution.Source.valueOf(String name)
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.
|
Constructor and Description |
---|
MojoExecution(MojoDescriptor mojoDescriptor,
String executionId,
MojoExecution.Source source) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.