Uses of Interface
org.codehaus.plexus.ComponentRegistry
-
Packages that use ComponentRegistry Package Description org.codehaus.plexus -
-
Uses of ComponentRegistry in org.codehaus.plexus
Classes in org.codehaus.plexus that implement ComponentRegistry Modifier and Type Class Description class
DefaultComponentRegistry
Methods in org.codehaus.plexus that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
DefaultPlexusContainer. getComponentRegistry()
ComponentRegistry
MutablePlexusContainer. getComponentRegistry()
Methods in org.codehaus.plexus with parameters of type ComponentRegistry Modifier and Type Method Description void
DefaultPlexusContainer. setComponentRegistry(ComponentRegistry componentRegistry)
void
MutablePlexusContainer. setComponentRegistry(ComponentRegistry componentRegistry)
-