|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentRepositoryException | |
---|---|
org.codehaus.plexus | |
org.codehaus.plexus.component.repository | |
org.codehaus.plexus.container.initialization |
Uses of ComponentRepositoryException in org.codehaus.plexus |
---|
Methods in org.codehaus.plexus that throw ComponentRepositoryException | |
---|---|
void |
PlexusContainer.addComponent(java.lang.Object component,
java.lang.String role)
|
void |
DefaultPlexusContainer.addComponent(java.lang.Object component,
java.lang.String role)
|
void |
PlexusContainer.addComponentDescriptor(ComponentDescriptor componentDescriptor)
Adds a component descriptor to this container. |
void |
DefaultPlexusContainer.addComponentDescriptor(ComponentDescriptor componentDescriptor)
|
java.util.List |
DefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm classRealm)
|
java.util.List |
DefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm classRealm,
boolean override)
|
java.util.List |
MutablePlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm childRealm,
boolean override)
Discovers components in the given realm. |
Uses of ComponentRepositoryException in org.codehaus.plexus.component.repository |
---|
Methods in org.codehaus.plexus.component.repository that throw ComponentRepositoryException | |
---|---|
void |
DefaultComponentRepository.addComponentDescriptor(ComponentDescriptor componentDescriptor)
|
void |
ComponentRepository.addComponentDescriptor(ComponentDescriptor componentDescriptor)
|
void |
DefaultComponentRepository.addComponentDescriptor(PlexusConfiguration configuration)
|
void |
ComponentRepository.addComponentDescriptor(PlexusConfiguration configuration)
|
void |
DefaultComponentRepository.initialize()
|
void |
ComponentRepository.initialize()
|
void |
DefaultComponentRepository.initializeComponentDescriptors()
|
private void |
DefaultComponentRepository.initializeComponentDescriptorsFromUserConfiguration()
|
Uses of ComponentRepositoryException in org.codehaus.plexus.container.initialization |
---|
Methods in org.codehaus.plexus.container.initialization that throw ComponentRepositoryException | |
---|---|
static java.util.List |
ComponentDiscoveryPhase.discoverComponents(DefaultPlexusContainer container,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Deprecated. use ComponentDiscoveryPhase.discoverComponents(DefaultPlexusContainer, ClassRealm, boolean) |
static java.util.List |
ComponentDiscoveryPhase.discoverComponents(DefaultPlexusContainer container,
org.codehaus.plexus.classworlds.realm.ClassRealm realm,
boolean override)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |