Class ResourceNameValidator
java.lang.Object
migratedb.v1.core.internal.resource.ResourceNameValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateSQLMigrationNaming(ResourceProvider provider, Configuration configuration) Validates the names of all SQL resources returned by the ResourceProvider
-
Constructor Details
-
ResourceNameValidator
public ResourceNameValidator()
-
-
Method Details
-
validateSQLMigrationNaming
Validates the names of all SQL resources returned by the ResourceProvider- Parameters:
provider- The ResourceProvider to validateconfiguration- The configuration to use
-