|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |