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 List<ComponentDependency>
ComponentSetDescriptor.dependencies
Methods in org.codehaus.plexus.component.repository that return types with arguments of type ComponentDependencyModifier and TypeMethodDescriptionfinal List<ComponentDependency>
ComponentSetDescriptor.getDependencies()
Methods in org.codehaus.plexus.component.repository with parameters of type ComponentDependencyModifier and TypeMethodDescriptionfinal void
ComponentSetDescriptor.addDependency
(ComponentDependency dependency) Method parameters in org.codehaus.plexus.component.repository with type arguments of type ComponentDependencyModifier and TypeMethodDescriptionfinal void
ComponentSetDescriptor.setDependencies
(List<ComponentDependency> dependencies)