Uses of Class
com._1c.g5.v8.dt.migration.MigrationPhase
-
Packages that use MigrationPhase Package Description com._1c.g5.v8.dt.migration -
-
Uses of MigrationPhase in com._1c.g5.v8.dt.migration
Methods in com._1c.g5.v8.dt.migration that return MigrationPhase Modifier and Type Method Description static MigrationPhase
MigrationPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static MigrationPhase[]
MigrationPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.migration with parameters of type MigrationPhase Modifier and Type Method Description void
IProjectDataMigration. migrateData(org.eclipse.core.resources.IProject project, MigrationPhase migrationPhase, ProjectContext projectContext)
Migrates data of EDT project.
-