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> booleanDefaultPlexusContainer.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 classMap.Entryrepresenting a lazy @NamedPlexus bean; the bean is only retrieved when the value is requested.(package private) final classMap.Entryrepresenting a missing @NamedPlexus bean.Fields in org.eclipse.sisu.plexus with type parameters of type PlexusBeanModifier and TypeFieldDescriptionprivate final List<PlexusBean<T>>HintedPlexusBeans.missingPlexusBeansMethods 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> booleanPseudoPlexusContainer.hasPlexusBeans(Iterable<PlexusBean<T>> beans)