public interface ServiceLocator extends Plugin
StandardServiceLocator
is the main implementation, but can be overridden if need be.
The ServiceLocator to use should be accessed via Scope.getServiceLocator()
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
findInstances(Class<T> interfaceType) |
int |
getPriority() |
int getPriority()
<T> List<T> findInstances(Class<T> interfaceType) throws ServiceNotFoundException
ServiceNotFoundException
Copyright © 2022 Liquibase.org. All rights reserved.