Package liquibase.servicelocator
Class StandardServiceLocator
- java.lang.Object
-
- liquibase.servicelocator.StandardServiceLocator
-
- All Implemented Interfaces:
Plugin,ServiceLocator
public class StandardServiceLocator extends Object implements ServiceLocator
-
-
Field Summary
-
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
-
Constructor Summary
Constructors Constructor Description StandardServiceLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> List<T>findInstances(Class<T> interfaceType)intgetPriority()
-
-
-
Method Detail
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceServiceLocator
-
findInstances
public <T> List<T> findInstances(Class<T> interfaceType) throws ServiceNotFoundException
- Specified by:
findInstancesin interfaceServiceLocator- Throws:
ServiceNotFoundException
-
-