public class PathHandlerFactory extends AbstractPluginFactory<PathHandler>
PathHandlers.| Modifier and Type | Method and Description |
|---|---|
protected Class<PathHandler> |
getPluginClass() |
protected int |
getPriority(PathHandler obj,
Object... args)
Returns the priority of the given object based on the passed args array.
|
ResourceAccessor |
getResourceAccessor(String root)
Creates the
ResourceAccessor for the given path. |
findAllInstances, getPlugin, register, removeInstanceprotected Class<PathHandler> getPluginClass()
getPluginClass in class AbstractPluginFactory<PathHandler>protected int getPriority(PathHandler obj, Object... args)
AbstractPluginFactoryAbstractPluginFactory.getPlugin(Object...)getPriority in class AbstractPluginFactory<PathHandler>public ResourceAccessor getResourceAccessor(String root) throws IOException
ResourceAccessor for the given path.IOExceptionCopyright © 2022 Liquibase.org. All rights reserved.