Package org.ocpsoft.common.spi
Interface ServiceLocator
public interface ServiceLocator
Locates additional service implementation classes to be instantiated by the
ServiceLoader- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescription<T> Collection<Class<T>>Locate additional class types of which can be produced by thisServiceLocator.
-
Method Details
-
locate
Locate additional class types of which can be produced by thisServiceLocator. If no services could be located, this method must return an empty collection.
-