public class FlywayHelperFactory extends Object
Flyway.configure(java.util.Properties).| Constructor and Description |
|---|
FlywayHelperFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.flywaydb.core.Flyway |
createFlyway()
Create a new flyway instance and call
Flyway.configure(java.util.Properties) with
content of file flyway.properties. |
org.flywaydb.core.Flyway |
getFlyway() |
Properties |
getFlywayProperties() |
void |
setFlywayProperties(Properties flywayProperties) |
public org.flywaydb.core.Flyway createFlyway()
Flyway.configure(java.util.Properties) with
content of file flyway.properties.public Properties getFlywayProperties()
public void setFlywayProperties(Properties flywayProperties)
public org.flywaydb.core.Flyway getFlyway()
Copyright © 2014. All Rights Reserved.