Uses of Class
org.codehaus.plexus.component.repository.exception.ComponentLookupException
Packages that use ComponentLookupException
-
Uses of ComponentLookupException in org.codehaus.plexus
Methods in org.codehaus.plexus that throw ComponentLookupExceptionModifier and TypeMethodDescriptionComponentLookupManager.lookup
(Class role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookup
(Class componentClass, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookup
(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookup
(String componentKey, org.codehaus.plexus.classworlds.realm.ClassRealm realm) 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.PlexusContainer.lookup
(Class role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) Looks up and returns a component object with the given unique role/role-hint combination.PlexusContainer.lookup
(Class componentClass, org.codehaus.plexus.classworlds.realm.ClassRealm realm) 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 key or role.Looks up and returns a component object with the given unique role/role-hint combination.PlexusContainer.lookup
(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) Looks 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.ComponentLookupManager.lookupList
(Class role) ComponentLookupManager.lookupList
(Class role, List hints) ComponentLookupManager.lookupList
(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookupList
(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookupList
(String role) ComponentLookupManager.lookupList
(String role, List hints) ComponentLookupManager.lookupList
(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookupList
(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) PlexusContainer.lookupList
(Class role) Looks up and returns a List of component objects with the given role.PlexusContainer.lookupList
(Class role, List roles) Looks up and returns a List of component objects with the given role.PlexusContainer.lookupList
(Class role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm) Looks up and returns a List of component objects with the given role.PlexusContainer.lookupList
(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) 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 roles) Looks up and returns a List of component objects with the given role.PlexusContainer.lookupList
(String role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm) Looks up and returns a List of component objects with the given role.PlexusContainer.lookupList
(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) Looks up and returns a List of component objects with the given role.ComponentLookupManager.lookupMap
(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookupMap
(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookupMap
(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupManager.lookupMap
(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) 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.PlexusContainer.lookupMap
(Class role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm) 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.PlexusContainer.lookupMap
(String role, List roles, org.codehaus.plexus.classworlds.realm.ClassRealm realm) 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.personality.plexus.lifecycle.phase
Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase that throw ComponentLookupException