Class FastServiceLocator


  • public class FastServiceLocator
    extends liquibase.servicelocator.ServiceLocator
    • Constructor Detail

    • Method Detail

      • newInstance

        public Object newInstance​(Class requiredInterface)
                           throws liquibase.exception.ServiceNotFoundException
        Overrides:
        newInstance in class liquibase.servicelocator.ServiceLocator
        Throws:
        liquibase.exception.ServiceNotFoundException
      • findClasses

        public <T> Class<? extends T>[] findClasses​(Class<T> requiredInterface)
                                             throws liquibase.exception.ServiceNotFoundException
        Overrides:
        findClasses in class liquibase.servicelocator.ServiceLocator
        Throws:
        liquibase.exception.ServiceNotFoundException
      • register

        public void register​(liquibase.database.Database database)