Uses of Class
org.apache.maven.plugin.descriptor.Parameter

Packages that use Parameter
org.apache.maven.plugin.descriptor   
 

Uses of Parameter in org.apache.maven.plugin.descriptor
 

Methods in org.apache.maven.plugin.descriptor that return Parameter
 Parameter Parameter.clone()
          Creates a shallow copy of this parameter.
 

Methods in org.apache.maven.plugin.descriptor that return types with arguments of type Parameter
 Map<String,Parameter> MojoDescriptor.getParameterMap()
           
 List<Parameter> MojoDescriptor.getParameters()
           
 

Methods in org.apache.maven.plugin.descriptor with parameters of type Parameter
 void MojoDescriptor.addParameter(Parameter parameter)
           
 

Method parameters in org.apache.maven.plugin.descriptor with type arguments of type Parameter
 void MojoDescriptor.setParameters(List<Parameter> parameters)
           
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.