Package | Description |
---|---|
org.codehaus.plexus.component.repository |
Modifier and Type | Method and Description |
---|---|
List<ComponentDependency> |
ComponentSetDescriptor.getDependencies()
Returns a List of dependencies of this set of components.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentSetDescriptor.addDependency(ComponentDependency cd)
Add a depenency to this set's contents.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentSetDescriptor.setDependencies(List<ComponentDependency> dependencies)
Sets a List of dependencies as this set's component dependencies.
|
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.