Class MigramiEngine

  • All Implemented Interfaces:
    migrami.core.interfaces.Migrami

    public abstract class MigramiEngine
    extends Object
    implements migrami.core.interfaces.Migrami
    • Field Detail

      • repository

        protected final migrami.core.interfaces.MigramiSnapshotRepository repository
    • Constructor Detail

      • MigramiEngine

        public MigramiEngine()
    • Method Detail

      • migrate

        public final void migrate()
        Specified by:
        migrate in interface migrami.core.interfaces.Migrami
      • before

        protected void before()
      • migrate

        protected abstract void migrate​(migrami.core.interfaces.MigramiScript script)
      • after

        protected void after()