Package org.liquibase.maven.provider
Class FlowCommandArgumentValueProvider
- java.lang.Object
-
- liquibase.configuration.AbstractConfigurationValueProvider
-
- liquibase.configuration.AbstractMapConfigurationValueProvider
-
- org.liquibase.maven.provider.FlowCommandArgumentValueProvider
-
- All Implemented Interfaces:
liquibase.configuration.ConfigurationValueProvider
public class FlowCommandArgumentValueProvider extends liquibase.configuration.AbstractMapConfigurationValueProvider
-
-
Constructor Summary
Constructors Constructor Description FlowCommandArgumentValueProvider(Map<String,Object> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<?,?>getMap()intgetPrecedence()protected StringgetSourceDescription()protected booleankeyMatches(String wantedKey, String storedKey)
-
-
-
Method Detail
-
getPrecedence
public int getPrecedence()
-
getMap
protected Map<?,?> getMap()
- Specified by:
getMapin classliquibase.configuration.AbstractMapConfigurationValueProvider
-
getSourceDescription
protected String getSourceDescription()
- Specified by:
getSourceDescriptionin classliquibase.configuration.AbstractMapConfigurationValueProvider
-
-