Package | Description |
---|---|
org.codehaus.plexus | |
org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
Modifier and Type | Method and Description |
---|---|
private <T> java.lang.Iterable<PlexusBean<T>> |
DefaultPlexusContainer.locate(java.lang.String role,
java.lang.Class<T> type,
java.lang.String... hints) |
Modifier and Type | Method and Description |
---|---|
private static <T> ComponentDescriptor<T> |
DefaultPlexusContainer.newComponentDescriptor(java.lang.String role,
PlexusBean<T> bean) |
Modifier and Type | Method and Description |
---|---|
private static <T> boolean |
DefaultPlexusContainer.hasPlexusBeans(java.lang.Iterable<PlexusBean<T>> beans) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LazyPlexusBean<T>
Map.Entry representing a lazy @Named Plexus bean; the bean is only retrieved when the value is requested. |
(package private) class |
MissingPlexusBean<T>
Map.Entry representing a missing @Named Plexus bean. |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PlexusBean<T>> |
HintedPlexusBeans.missingPlexusBeans |
Modifier and Type | Method and Description |
---|---|
PlexusBean<T> |
DefaultPlexusBeans.Itr.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<PlexusBean<T>> |
HintedPlexusBeans.iterator() |
java.util.Iterator<PlexusBean<T>> |
DefaultPlexusBeans.iterator() |
private <T> java.lang.Iterable<PlexusBean<T>> |
PseudoPlexusContainer.locate(java.lang.String role,
java.lang.Class<T> type,
java.lang.String... hints) |
<T> java.lang.Iterable<PlexusBean<T>> |
PlexusBeanLocator.locate(com.google.inject.TypeLiteral<T> role,
java.lang.String... hints)
Locates beans of the given type, optionally filtered using the given named hints.
|
<T> java.lang.Iterable<PlexusBean<T>> |
DefaultPlexusBeanLocator.locate(com.google.inject.TypeLiteral<T> role,
java.lang.String... hints) |
Modifier and Type | Method and Description |
---|---|
private static <T> boolean |
PseudoPlexusContainer.hasPlexusBeans(java.lang.Iterable<PlexusBean<T>> beans) |