Package | Description |
---|---|
org.codehaus.plexus.component.repository | |
org.codehaus.plexus.metadata |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ComponentDependency> |
ComponentSetDescriptor.dependencies
The dependencies that are required by the set of components found in this component set descriptor.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<ComponentDependency> dependencies)
Sets a List of dependencies as this set's component dependencies.
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultComponentDescriptorWriter.writeDependencyElement(ComponentDependency dependency,
org.codehaus.plexus.util.xml.XMLWriter w) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentDescriptorWriter.writeDependencies(org.codehaus.plexus.util.xml.XMLWriter w,
java.util.List<ComponentDependency> deps) |