public class SimpleEvolutionsReader extends EvolutionsReader
| Constructor and Description |
|---|
SimpleEvolutionsReader(Map<String,List<Evolution>> evolutions) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Evolution> |
getEvolutions(String db)
Get the evolutions for the given database name.
|
evolutionspublic Collection<Evolution> getEvolutions(String db)
EvolutionsReadergetEvolutions in class EvolutionsReaderdb - The name of the database.