| org.eclipse.sisu.plexus.PlexusBeanLocator | 
|  Known Indirect Subclasses | 
Service that locates beans of various types, using optional Plexus hints as a guide.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract <T> Iterable<PlexusBean<T>> | locate(TypeLiteral<T> role, String... hints) Locates beans of the given type, optionally filtered using the given named hints. | ||||||||||
Locates beans of the given type, optionally filtered using the given named hints.
| role | The expected bean type | 
|---|---|
| hints | The optional (canonical) hints |