Package | Description |
---|---|
org.apache.maven.plugin | |
org.apache.maven.plugin.descriptor |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
PluginParameterException.getParameters() |
Constructor and Description |
---|
PluginParameterException(MojoDescriptor mojo,
List<Parameter> parameters) |
Modifier and Type | Method and Description |
---|---|
Parameter |
Parameter.clone()
Creates a shallow copy of this parameter.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Parameter> |
MojoDescriptor.getParameterMap() |
List<Parameter> |
MojoDescriptor.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
MojoDescriptor.addParameter(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
void |
MojoDescriptor.setParameters(List<Parameter> parameters) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.