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

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

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

Methods in org.apache.maven.plugin.descriptor.model that return types with arguments of type Dependency
 List<Dependency> PluginDescriptor.getDependencies()
          Method getDependencies.
 

Methods in org.apache.maven.plugin.descriptor.model with parameters of type Dependency
 void PluginDescriptor.addDependency(Dependency dependency)
          Method addDependency.
 void PluginDescriptor.removeDependency(Dependency dependency)
          Method removeDependency.
 

Method parameters in org.apache.maven.plugin.descriptor.model with type arguments of type Dependency
 void PluginDescriptor.setDependencies(List<Dependency> dependencies)
          Set a set of dependencies which the plugin requires in order to function.
 



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