Uses of Interface
org.codehaus.plexus.component.repository.ComponentRepository
-
Packages that use ComponentRepository Package Description org.codehaus.plexus org.codehaus.plexus.component.repository -
-
Uses of ComponentRepository in org.codehaus.plexus
Methods in org.codehaus.plexus that return ComponentRepository Modifier and Type Method Description ComponentRepository
ContainerConfiguration. getComponentRepository()
ComponentRepository
DefaultContainerConfiguration. getComponentRepository()
Methods in org.codehaus.plexus with parameters of type ComponentRepository Modifier and Type Method Description ContainerConfiguration
ContainerConfiguration. setComponentRepository(ComponentRepository componentRepository)
ContainerConfiguration
DefaultContainerConfiguration. setComponentRepository(ComponentRepository componentRepository)
Constructors in org.codehaus.plexus with parameters of type ComponentRepository Constructor Description DefaultComponentRegistry(MutablePlexusContainer container, ComponentRepository repository, LifecycleHandlerManager lifecycleHandlerManager)
-
Uses of ComponentRepository in org.codehaus.plexus.component.repository
Classes in org.codehaus.plexus.component.repository that implement ComponentRepository Modifier and Type Class Description class
DefaultComponentRepository
-