Uses of Interface
org.eclipse.sisu.plexus.PlexusBean
-
Packages that use PlexusBean Package Description org.codehaus.plexus org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of PlexusBean in org.codehaus.plexus
Methods in org.codehaus.plexus that return types with arguments of type PlexusBean Modifier and Type Method Description private <T> java.lang.Iterable<PlexusBean<T>>
DefaultPlexusContainer. locate(java.lang.String role, java.lang.Class<T> type, java.lang.String... hints)
Methods in org.codehaus.plexus with parameters of type PlexusBean Modifier and Type Method Description private static <T> ComponentDescriptor<T>
DefaultPlexusContainer. newComponentDescriptor(java.lang.String role, PlexusBean<T> bean)
Method parameters in org.codehaus.plexus with type arguments of type PlexusBean Modifier and Type Method Description private static <T> boolean
DefaultPlexusContainer. hasPlexusBeans(java.lang.Iterable<PlexusBean<T>> beans)
-
Uses of PlexusBean in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement PlexusBean Modifier and Type Class 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.Fields in org.eclipse.sisu.plexus with type parameters of type PlexusBean Modifier and Type Field Description private java.util.List<PlexusBean<T>>
HintedPlexusBeans. missingPlexusBeans
Methods in org.eclipse.sisu.plexus that return PlexusBean Modifier and Type Method Description PlexusBean<T>
DefaultPlexusBeans.Itr. next()
Methods in org.eclipse.sisu.plexus that return types with arguments of type PlexusBean Modifier and Type Method Description java.util.Iterator<PlexusBean<T>>
DefaultPlexusBeans. iterator()
java.util.Iterator<PlexusBean<T>>
HintedPlexusBeans. iterator()
<T> java.lang.Iterable<PlexusBean<T>>
DefaultPlexusBeanLocator. locate(com.google.inject.TypeLiteral<T> role, 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.private <T> java.lang.Iterable<PlexusBean<T>>
PseudoPlexusContainer. locate(java.lang.String role, java.lang.Class<T> type, java.lang.String... hints)
Method parameters in org.eclipse.sisu.plexus with type arguments of type PlexusBean Modifier and Type Method Description private static <T> boolean
PseudoPlexusContainer. hasPlexusBeans(java.lang.Iterable<PlexusBean<T>> beans)
-