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

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

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

Methods in org.apache.maven.plugin.descriptor.model that return types with arguments of type Parameter
 List<Parameter> MojoDescriptor.getParameters()
          Method getParameters.
 

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

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



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