Uses of Interface
org.eclipse.sisu.plexus.PlexusBean
Packages that use PlexusBean
-
Uses of PlexusBean in org.codehaus.plexus
Methods in org.codehaus.plexus that return types with arguments of type PlexusBeanMethods in org.codehaus.plexus with parameters of type PlexusBeanModifier and TypeMethodDescriptionprivate static <T> ComponentDescriptor<T>
DefaultPlexusContainer.newComponentDescriptor
(String role, PlexusBean<T> bean) Method parameters in org.codehaus.plexus with type arguments of type PlexusBeanModifier and TypeMethodDescriptionprivate static <T> boolean
DefaultPlexusContainer.hasPlexusBeans
(Iterable<PlexusBean<T>> beans) -
Uses of PlexusBean in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement PlexusBeanModifier and TypeClassDescription(package private) final class
Map.Entry
representing a lazy @Named
Plexus bean; the bean is only retrieved when the value is requested.(package private) final class
Map.Entry
representing a missing @Named
Plexus bean.Fields in org.eclipse.sisu.plexus with type parameters of type PlexusBeanModifier and TypeFieldDescriptionprivate final List<PlexusBean<T>>
HintedPlexusBeans.missingPlexusBeans
Methods in org.eclipse.sisu.plexus that return PlexusBeanMethods in org.eclipse.sisu.plexus that return types with arguments of type PlexusBeanModifier and TypeMethodDescriptionDefaultPlexusBeans.iterator()
HintedPlexusBeans.iterator()
<T> Iterable<PlexusBean<T>>
<T> Iterable<PlexusBean<T>>
Locates beans of the given type, optionally filtered using the given named hints.private <T> Iterable<PlexusBean<T>>
Method parameters in org.eclipse.sisu.plexus with type arguments of type PlexusBeanModifier and TypeMethodDescriptionprivate static <T> boolean
PseudoPlexusContainer.hasPlexusBeans
(Iterable<PlexusBean<T>> beans)