Uses of Class
migratedb.v1.core.api.pattern.ValidatePattern
Packages that use ValidatePattern
Package
Description
Interfaces for MigrateDB configuration
-
Uses of ValidatePattern in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return types with arguments of type ValidatePatternModifier and TypeMethodDescriptionConfiguration.getIgnoreMigrationPatterns()DefaultConfiguration.getIgnoreMigrationPatterns()FluentConfiguration.getIgnoreMigrationPatterns()Methods in migratedb.v1.core.api.configuration with parameters of type ValidatePatternModifier and TypeMethodDescriptionFluentConfiguration.ignoreMigrationPatterns(ValidatePattern... ignoreMigrationPatterns) Ignore migrations that match this array of ValidatePatterns when validating migrations.voidDefaultConfiguration.setIgnoreMigrationPatterns(ValidatePattern... ignoreMigrationPatterns) Ignore migrations that match the given ValidatePatterns when validating migrations.Method parameters in migratedb.v1.core.api.configuration with type arguments of type ValidatePatternModifier and TypeMethodDescriptionFluentConfiguration.ignoreMigrationPatterns(Collection<ValidatePattern> ignoreMigrationPatterns) Ignore migrations that match this array of ValidatePatterns when validating migrations.voidDefaultConfiguration.setIgnoreMigrationPatterns(Collection<ValidatePattern> ignoreMigrationPatterns) Ignore migrations that match the given ValidatePatterns when validating migrations. -
Uses of ValidatePattern in migratedb.v1.core.api.pattern
Methods in migratedb.v1.core.api.pattern that return ValidatePatternModifier and TypeMethodDescriptionstatic ValidatePatternValidatePattern.fromPattern(String pattern)