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

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

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

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

Methods in org.apache.maven.plugin.descriptor.model with parameters of type Configuration
 void MojoDescriptor.addConfiguration(Configuration configuration)
          Method addConfiguration.
 void MojoDescriptor.removeConfiguration(Configuration configuration)
          Method removeConfiguration.
 

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



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.