Package org.flywaydb.core.api
Class MigrationPattern
- java.lang.Object
-
- org.flywaydb.core.api.MigrationPattern
-
public class MigrationPattern extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MigrationPattern(java.lang.String migrationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthashCode()booleanmatches(MigrationVersion version, java.lang.String description)java.lang.StringtoString()
-
-
-
Method Detail
-
matches
public boolean matches(MigrationVersion version, java.lang.String description)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-