Uses of Class
org.codehaus.plexus.component.repository.exception.ComponentLookupException
Packages that use ComponentLookupException
Package
Description
-
Uses of ComponentLookupException in org.codehaus.plexus
Methods in org.codehaus.plexus that throw ComponentLookupExceptionModifier and TypeMethodDescriptionprivate <T> ComponentManager<T>DefaultComponentRegistry.createComponentManager(ComponentDescriptor<T> descriptor, String role, String roleHint) private <T> TDefaultComponentRegistry.getComponent(Class<T> type, String role, String roleHint, ComponentDescriptor<T> descriptor) private <T> ComponentManager<T>DefaultComponentRegistry.getComponentManager(Class<T> type, String role, String roleHint, ComponentDescriptor<T> descriptor) <T> T<T> TComponentRegistry.lookup(ComponentDescriptor<T> componentDescriptor) <T> T<T> TDefaultComponentRegistry.lookup(ComponentDescriptor<T> componentDescriptor) <T> T<T> T<T> T<T> TDefaultPlexusContainer.lookup(ComponentDescriptor<T> componentDescriptor) <T> TLooks up and returns a component object with the given unique key or role.<T> TLooks up and returns a component object with the given unique role/role-hint combination.<T> TLooks up and returns a component object with the given unique role/role-hint combination.Looks up and returns a component object with the given unique key or role.Looks up and returns a component object with the given unique role/role-hint combination.<T> TPlexusContainer.lookup(ComponentDescriptor<T> componentDescriptor) Looks up and returns a component object matching the given component descriptor.<T> List<T>ComponentRegistry.lookupList(Class<T> type, String role, List<String> hints) <T> List<T>DefaultComponentRegistry.lookupList(Class<T> type, String role, List<String> roleHints) <T> List<T>DefaultPlexusContainer.lookupList(Class<T> type) <T> List<T>DefaultPlexusContainer.lookupList(Class<T> type, List<String> roleHints) DefaultPlexusContainer.lookupList(String role) DefaultPlexusContainer.lookupList(String role, List<String> roleHints) <T> List<T>PlexusContainer.lookupList(Class<T> type) Looks up and returns a List of component objects with the given role.<T> List<T>PlexusContainer.lookupList(Class<T> type, List<String> roleHints) Looks up and returns a List of component objects with the given role.PlexusContainer.lookupList(String role) Looks up and returns a List of component objects with the given role.PlexusContainer.lookupList(String role, List<String> roleHints) Looks up and returns a List of component objects with the given role.Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.Looks up and returns a Map of component objects with the given role, keyed by all available role-hints. -
Uses of ComponentLookupException in org.codehaus.plexus.component.builder
Methods in org.codehaus.plexus.component.builder that throw ComponentLookupExceptionModifier and TypeMethodDescriptionprivate voidXBeanComponentBuilder.processMapOrientedComponent(ComponentDescriptor<?> descriptor, MapOrientedComponent mapOrientedComponent, org.codehaus.plexus.classworlds.realm.ClassRealm realm) -
Uses of ComponentLookupException in org.codehaus.plexus.component.repository.exception
Constructors in org.codehaus.plexus.component.repository.exception with parameters of type ComponentLookupException -
Uses of ComponentLookupException in org.codehaus.plexus.personality.plexus.lifecycle.phase
Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase that throw ComponentLookupExceptionModifier and TypeMethodDescriptionPlexusContainerLocator.lookupList(String role) ServiceLocator.lookupList(String role)