abstract class ResourceEvolutionsReader extends EvolutionsReader
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResourceEvolutionsReader
- EvolutionsReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ResourceEvolutionsReader()
Abstract Value Members
- abstract def loadResource(db: String, revision: Int): Option[InputStream]
Load the evolutions resource for the given database and revision.
Load the evolutions resource for the given database and revision.
- returns
An InputStream to consume the resource, if such a resource exists.
Concrete Value Members
- def evolutions(db: String): Seq[Evolution]
Read the evolutions for the given db
Read the evolutions for the given db
- Definition Classes
- → EvolutionsReader
Evolutions reader that reads evolutions from resources, for example, the file system or the classpath