Interface ITranslationBuilderParticipant

All Known Implementing Classes:
HistoryBuilderParticipant

public interface ITranslationBuilderParticipant
The builder participant that allows to easy work with already collected set of feature-values after each build of translation builder.

Note this interface is intended for com.e1c.langtool.builder.participant extension point. Registered participants will be synchronously invoked by translation builder after the process of collecting feature-values from building resources.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The set of data which passing to translation builder participants during build process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    build(ITranslationBuilderParticipant.IBuildContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
    Runs the translation builder participant on the given build context.
  • Method Details

    • build

      void build(ITranslationBuilderParticipant.IBuildContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
      Runs the translation builder participant on the given build context.
      Parameters:
      context - the build context
      monitor - the progress monitor