public class StandardServiceLocator extends Object implements ServiceLocator
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
StandardServiceLocator() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
findInstances(Class<T> interfaceType) |
int |
getPriority() |
public int getPriority()
getPriority in interface ServiceLocatorpublic <T> List<T> findInstances(Class<T> interfaceType) throws ServiceNotFoundException
findInstances in interface ServiceLocatorServiceNotFoundExceptionCopyright © 2023 Liquibase.org. All rights reserved.