Package | Description |
---|---|
org.codehaus.plexus.component.repository | |
org.codehaus.plexus.metadata |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentDescriptorWriter.writeDependencies(org.codehaus.plexus.util.xml.XMLWriter w,
List<ComponentDependency> deps) |
Copyright © 2001-2016 Codehaus. All Rights Reserved.