Class FlywayAutoConfig
- java.lang.Object
-
- com.link_intersystems.dbunit.maven.autoconfig.FlywayAutoConfig
-
public class FlywayAutoConfig extends Object
- Author:
- René Link <rene.link@link-intersystems.com>
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
DEFAULT_FLYWAY_LOCATIONS
-
Constructor Summary
Constructors Constructor Description FlywayAutoConfig(org.apache.maven.project.MavenProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(FlywayConfig flyway)
protected String[]
guessFlywayLocations(org.apache.maven.project.MavenProject project)
-
-
-
Field Detail
-
DEFAULT_FLYWAY_LOCATIONS
public static final String[] DEFAULT_FLYWAY_LOCATIONS
-
-
Method Detail
-
configure
public void configure(FlywayConfig flyway)
-
guessFlywayLocations
protected String[] guessFlywayLocations(org.apache.maven.project.MavenProject project)
-
-