Uses of Class
org.codehaus.plexus.component.repository.exception.ComponentLookupRuntimeException
-
Packages that use ComponentLookupRuntimeException Package Description org.codehaus.plexus -
-
Uses of ComponentLookupRuntimeException in org.codehaus.plexus
Methods in org.codehaus.plexus that throw ComponentLookupRuntimeException Modifier and Type Method Description protected <T> T
PlexusJUnit4TestCase. lookup(java.lang.Class<T> componentClass)
protected <T> T
PlexusJUnit4TestCase. lookup(java.lang.Class<T> componentClass, java.lang.String roleHint)
protected java.lang.Object
PlexusJUnit4TestCase. lookup(java.lang.String role, java.lang.String roleHint)
-