Uses of Interface
org.eclipse.sisu.plexus.PlexusBean
-
Packages that use PlexusBean Package Description org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of PlexusBean in org.eclipse.sisu.plexus
Methods in org.eclipse.sisu.plexus that return types with arguments of type PlexusBean Modifier and Type Method Description <T> Iterable<PlexusBean<T>>
DefaultPlexusBeanLocator. locate(com.google.inject.TypeLiteral<T> role, String... hints)
<T> Iterable<PlexusBean<T>>
PlexusBeanLocator. locate(com.google.inject.TypeLiteral<T> role, String... hints)
Locates beans of the given type, optionally filtered using the given named hints.
-