Constructor and Description |
---|
DefaultLookup(org.codehaus.plexus.PlexusContainer container) |
Modifier and Type | Method and Description |
---|---|
<T> T |
lookup(Class<T> type) |
<T> T |
lookup(Class<T> type,
String name) |
<T> List<T> |
lookupList(Class<T> type) |
<T> Map<String,T> |
lookupMap(Class<T> type) |
@Inject public DefaultLookup(org.codehaus.plexus.PlexusContainer container)
public <T> List<T> lookupList(Class<T> type)
lookupList
in interface Lookup
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.