Uses of Class
org.codehaus.plexus.component.repository.ComponentDependency
Packages that use ComponentDependency
-
Uses of ComponentDependency in org.codehaus.plexus.component.repository
Fields in org.codehaus.plexus.component.repository with type parameters of type ComponentDependencyModifier and TypeFieldDescriptionprivate final List<ComponentDependency>
ComponentSetDescriptor.dependencies
The dependencies that are required by the set of components found in this component set descriptor.Methods in org.codehaus.plexus.component.repository that return types with arguments of type ComponentDependencyModifier and TypeMethodDescriptionComponentSetDescriptor.getDependencies()
Returns a List of dependencies of this set of components.Methods in org.codehaus.plexus.component.repository with parameters of type ComponentDependencyModifier and TypeMethodDescriptionvoid
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 ComponentDependencyModifier and TypeMethodDescriptionvoid
ComponentSetDescriptor.setDependencies
(List<ComponentDependency> dependencies) Sets a List of dependencies as this set's component dependencies. -
Uses of ComponentDependency in org.codehaus.plexus.metadata
Methods in org.codehaus.plexus.metadata with parameters of type ComponentDependencyModifier and TypeMethodDescriptionprivate void
DefaultComponentDescriptorWriter.writeDependencyElement
(ComponentDependency dependency, org.codehaus.plexus.util.xml.XMLWriter w) Method parameters in org.codehaus.plexus.metadata with type arguments of type ComponentDependencyModifier and TypeMethodDescriptionvoid
DefaultComponentDescriptorWriter.writeDependencies
(org.codehaus.plexus.util.xml.XMLWriter w, List<ComponentDependency> deps)