Class MoxelLoadingPostprocessor

java.lang.Object
com.e1c.langtool.v8.dt.moxel.MoxelProcessor
com.e1c.langtool.v8.dt.internal.moxel.i18n.MoxelLoadingPostprocessor
All Implemented Interfaces:
IBasicProcessor

public class MoxelLoadingPostprocessor extends MoxelProcessor
Moxel postprocessor. After Moxel document loaded we walk through content of just loaded document and add translations loaded from storage. Moxel document is not processed by LsAbstractResourceContentImporter unlike most others and thus need special handling.
  • Constructor Details

  • Method Details

    • doProcess

      protected <T extends org.eclipse.emf.ecore.EObject> void doProcess(T object, Class<T> clazz)
      Description copied from class: MoxelProcessor
      Processes concrete object of Moxel object
      Specified by:
      doProcess in class MoxelProcessor
      Parameters:
      object - processing object, can't be null