Package com.e1c.langtool.emf.naming
Interface FeatureKeyMigrationnExtension
- All Superinterfaces:
IFeatureKeyComputer
- All Known Implementing Classes:
BslContextDefKeyComputer,BslKeyComputer,BslProjectConverterKeyComputer,ProjectBslKeyComputer
The Interface to extend migrationn of feature key from old to new by
FeatureValue.-
Method Summary
Modifier and TypeMethodDescriptionGets the old feature keys for the feature key ofFeatureValueif migration may be applied.booleanisSupport(ContextTranslationKey contexTranslationKey) Checks if it is support the feature value.Methods inherited from interface com.e1c.langtool.emf.naming.IFeatureKeyComputer
getFeatureKey, isSupported
-
Method Details
-
isSupport
Checks if it is support the feature value.- Parameters:
contexTranslationKey- the context translation key, cannot benull.- Returns:
- true, if it is support this translation key to migrate it
-
getOldFeatureKeys
Gets the old feature keys for the feature key ofFeatureValueif migration may be applied.- Parameters:
key- the key, cannot benull.- Returns:
- the old feature keys
-