@ConfigurationProperties(prefix="flyway", ignoreUnknownFields=false) public class FlywayProperties extends Object
Constructor and Description |
---|
FlywayProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getInitVersion() |
List<String> |
getLocations() |
String |
getPrefix() |
List<String> |
getSchemas() |
String |
getSuffix() |
boolean |
isCheckLocation() |
boolean |
isEnabled() |
void |
setCheckLocation(boolean checkLocation) |
void |
setEnabled(boolean enabled) |
void |
setInitVersion(String initVersion) |
void |
setLocations(List<String> locations) |
void |
setPrefix(String prefix) |
void |
setSchemas(List<String> schemas) |
void |
setSuffix(String suffix) |
public String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
public String getInitVersion()
public void setInitVersion(String initVersion)
public void setCheckLocation(boolean checkLocation)
public boolean isCheckLocation()
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.