Uses of Class
org.codehaus.plexus.component.repository.exception.ComponentLookupException
-
Packages that use ComponentLookupException Package Description org.codehaus.plexus org.codehaus.plexus.personality.plexus.lifecycle.phase -
-
Uses of ComponentLookupException in org.codehaus.plexus
Methods in org.codehaus.plexus that throw ComponentLookupException Modifier and Type Method Description <T> T
DefaultPlexusContainer. lookup(Class<T> role)
<T> T
DefaultPlexusContainer. lookup(Class<T> role, String hint)
<T> T
DefaultPlexusContainer. lookup(Class<T> type, String role, String hint)
Object
DefaultPlexusContainer. lookup(String role)
Object
DefaultPlexusContainer. lookup(String role, String hint)
<T> T
PlexusContainer. lookup(Class<T> role)
<T> T
PlexusContainer. lookup(Class<T> role, String hint)
<T> T
PlexusContainer. lookup(Class<T> type, String role, String hint)
Object
PlexusContainer. lookup(String role)
Object
PlexusContainer. lookup(String role, String hint)
protected <T> T
PlexusTestCase. lookup(Class<T> role)
protected <T> T
PlexusTestCase. lookup(Class<T> role, String hint)
protected Object
PlexusTestCase. lookup(String role)
protected Object
PlexusTestCase. lookup(String role, String hint)
<T> List<T>
DefaultPlexusContainer. lookupList(Class<T> role)
List<Object>
DefaultPlexusContainer. lookupList(String role)
<T> List<T>
PlexusContainer. lookupList(Class<T> role)
List<Object>
PlexusContainer. lookupList(String role)
<T> Map<String,T>
DefaultPlexusContainer. lookupMap(Class<T> role)
Map<String,Object>
DefaultPlexusContainer. lookupMap(String role)
<T> Map<String,T>
PlexusContainer. lookupMap(Class<T> role)
Map<String,Object>
PlexusContainer. lookupMap(String role)
-
Uses of ComponentLookupException in org.codehaus.plexus.personality.plexus.lifecycle.phase
Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase that throw ComponentLookupException Modifier and Type Method Description Object
PlexusContainerLocator. lookup(String role)
Object
PlexusContainerLocator. lookup(String role, String hint)
Object
ServiceLocator. lookup(String role)
Object
ServiceLocator. lookup(String role, String hint)
List<Object>
PlexusContainerLocator. lookupList(String role)
List<Object>
ServiceLocator. lookupList(String role)
Map<String,Object>
PlexusContainerLocator. lookupMap(String role)
Map<String,Object>
ServiceLocator. lookupMap(String role)
-