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 ServiceLocator
public <T> List<T> findInstances(Class<T> interfaceType) throws ServiceNotFoundException
findInstances
in interface ServiceLocator
ServiceNotFoundException
Copyright © 2023 Liquibase.org. All rights reserved.