Class FlowCommandArgumentValueProvider

  • All Implemented Interfaces:
    liquibase.configuration.ConfigurationValueProvider

    public class FlowCommandArgumentValueProvider
    extends liquibase.configuration.AbstractMapConfigurationValueProvider
    • Constructor Detail

      • FlowCommandArgumentValueProvider

        public FlowCommandArgumentValueProvider​(Map<String,​Object> args)
    • Method Detail

      • getPrecedence

        public int getPrecedence()
      • getMap

        protected Map<?,​?> getMap()
        Specified by:
        getMap in class liquibase.configuration.AbstractMapConfigurationValueProvider
      • getSourceDescription

        protected String getSourceDescription()
        Specified by:
        getSourceDescription in class liquibase.configuration.AbstractMapConfigurationValueProvider
      • keyMatches

        protected boolean keyMatches​(String wantedKey,
                                     String storedKey)
        Overrides:
        keyMatches in class liquibase.configuration.AbstractMapConfigurationValueProvider