Package liquibase.io
Class OutputFileHandlerFactory
- All Implemented Interfaces:
PluginFactory
,SingletonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOutputFileHandler
(String outputFile) protected Class<OutputFileHandler>
protected int
getPriority
(OutputFileHandler obj, Object... args) Returns the priority of the given object based on the passed args array.Methods inherited from class liquibase.plugin.AbstractPluginFactory
findAllInstances, getPlugin, getPlugins, register, removeInstance
-
Constructor Details
-
OutputFileHandlerFactory
public OutputFileHandlerFactory()
-
-
Method Details
-
getPluginClass
- Specified by:
getPluginClass
in classAbstractPluginFactory<OutputFileHandler>
-
getPriority
Description copied from class:AbstractPluginFactory
Returns the priority of the given object based on the passed args array. The args are created as part of the custom public getPlugin method in implementations are passed throughAbstractPluginFactory.getPlugin(Object...)
- Specified by:
getPriority
in classAbstractPluginFactory<OutputFileHandler>
-
getOutputFileHandler
-