Package | Description |
---|---|
org.codehaus.plexus | |
org.codehaus.plexus.component.discovery |
Modifier and Type | Method and Description |
---|---|
ContainerConfiguration |
ContainerConfiguration.addComponentDiscoveryListener(ComponentDiscoveryListener componentDiscoveryListener) |
ContainerConfiguration |
DefaultContainerConfiguration.addComponentDiscoveryListener(ComponentDiscoveryListener componentDiscoveryListener) |
void |
DefaultPlexusContainer.registerComponentDiscoveryListener(ComponentDiscoveryListener listener) |
void |
PlexusContainer.registerComponentDiscoveryListener(ComponentDiscoveryListener listener)
Adds the listener to this container.
|
void |
DefaultPlexusContainer.removeComponentDiscoveryListener(ComponentDiscoveryListener listener) |
void |
PlexusContainer.removeComponentDiscoveryListener(ComponentDiscoveryListener listener)
Removes the listener from this container.
|
Modifier and Type | Method and Description |
---|---|
Map<ComponentDiscoveryListener,Object> |
DefaultComponentDiscovererManager.getComponentDiscoveryListeners() |
Map<ComponentDiscoveryListener,Object> |
ComponentDiscovererManager.getComponentDiscoveryListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentDiscovererManager.registerComponentDiscoveryListener(ComponentDiscoveryListener listener) |
void |
ComponentDiscovererManager.registerComponentDiscoveryListener(ComponentDiscoveryListener listener) |
void |
DefaultComponentDiscovererManager.removeComponentDiscoveryListener(ComponentDiscoveryListener listener) |
void |
ComponentDiscovererManager.removeComponentDiscoveryListener(ComponentDiscoveryListener listener) |
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.