Class ModuleIdTranslations
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.ModuleIdTranslations
 
- 
 public final class ModuleIdTranslations extends java.lang.Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringtranslate(java.lang.String moduleId)Translate a legacy (pre-8.0) module id to its new (post-8.0) value.
 
- 
- 
- 
Method Detail- 
translate@Nonnull public static java.lang.String translate(@Nonnull java.lang.String moduleId)Translate a legacy (pre-8.0) module id to its new (post-8.0) value.If the module id has no translation the same value is returned. - Parameters:
- moduleId- the module id to translate.
- Returns:
- a new module id, if a translation for that module id exists. Otherwise the original value.
 
 
- 
 
-