|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentDependency | |
---|---|
org.codehaus.plexus.component.repository |
Uses of ComponentDependency in org.codehaus.plexus.component.repository |
---|
Methods in org.codehaus.plexus.component.repository that return types with arguments of type ComponentDependency | |
---|---|
java.util.List<ComponentDependency> |
ComponentSetDescriptor.getDependencies()
Returns a List of dependencies of this set of components. |
Methods in org.codehaus.plexus.component.repository with parameters of type ComponentDependency | |
---|---|
void |
ComponentSetDescriptor.addDependency(ComponentDependency cd)
Add a depenency to this set's contents. |
Method parameters in org.codehaus.plexus.component.repository with type arguments of type ComponentDependency | |
---|---|
void |
ComponentSetDescriptor.setDependencies(java.util.List<ComponentDependency> dependencies)
Sets a List of dependencies as this set's component dependencies. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |