Package org.codehaus.plexus
Interface ComponentLookupManager
public interface ComponentLookupManager
- Author:
- Jason van Zyl, Kenney Westerhof
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlookupList
(Class role) lookupList
(Class role, List hints) lookupList
(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) lookupList
(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) lookupList
(String role) lookupList
(String role, List hints) lookupList
(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) lookupList
(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
-
Field Details
-
ROLE
-
-
Method Details
-
lookup
- Throws:
ComponentLookupException
-
lookup
Object lookup(String componentKey, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookup
- Throws:
ComponentLookupException
-
lookup
Object lookup(String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookup
- Throws:
ComponentLookupException
-
lookup
Object lookup(Class role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookup
- Throws:
ComponentLookupException
-
lookup
Object lookup(Class componentClass, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupList
- Throws:
ComponentLookupException
-
lookupList
List lookupList(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupList
- Throws:
ComponentLookupException
-
lookupList
List lookupList(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupMap
- Throws:
ComponentLookupException
-
lookupMap
Map lookupMap(String role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupMap
- Throws:
ComponentLookupException
-
lookupMap
Map lookupMap(Class role, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupList
- Throws:
ComponentLookupException
-
lookupList
List lookupList(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupList
- Throws:
ComponentLookupException
-
lookupList
List lookupList(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupMap
- Throws:
ComponentLookupException
-
lookupMap
Map lookupMap(String role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-
lookupMap
- Throws:
ComponentLookupException
-
lookupMap
Map lookupMap(Class role, List hints, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentLookupException - Throws:
ComponentLookupException
-