java.lang.Object
com.sk89q.worldguard.protection.managers.migration.DriverMigration
All Implemented Interfaces:
Migration

public class DriverMigration extends Object
Handles migration from one region store driver to another.
  • Constructor Details

    • DriverMigration

      public DriverMigration(RegionDriver driver, RegionDriver target, FlagRegistry flagRegistry)
      Create a new instance.
      Parameters:
      driver - the source storage driver
      target - the target storage driver
      flagRegistry - the flag registry
  • Method Details