Uses of Interface
org.jedit.core.MigrationService

Packages that use MigrationService
org.jedit.migration One-time migration steps 
 

Uses of MigrationService in org.jedit.migration
 

Classes in org.jedit.migration that implement MigrationService
 class CheckFileStatus
          Migration step for the 'checkFileStatus' property whose meaning changed slightly in jEdit.
 class KeymapMigration
          Extracts, removes the shortcuts from jEdit 4.5 properties, and places them into the "imported" keymap.
 class OneTimeMigrationService
          Base class from which one can more easily implement a migration step that should be executed only once per installation.