Package org.eclipse.sisu.plexus
Interface PlexusBeanLocator
- All Known Implementing Classes:
DefaultPlexusBeanLocator
public interface PlexusBeanLocator
Service that locates beans of various types, using optional Plexus hints as a guide.
-
Method Summary
Modifier and TypeMethodDescription<T> Iterable<PlexusBean<T>>
Locates beans of the given type, optionally filtered using the given named hints.
-
Method Details
-
locate
Locates beans of the given type, optionally filtered using the given named hints.- Parameters:
role
- The expected bean typehints
- The optional (canonical) hints- Returns:
- Sequence of Plexus bean mappings; ordered according to the given hints
-