Class HistoryBuilderParticipant
java.lang.Object
com.e1c.langtool.internal.history.participant.HistoryBuilderParticipant
- All Implemented Interfaces:
ITranslationBuilderParticipant
public final class HistoryBuilderParticipant
extends Object
implements ITranslationBuilderParticipant
Participant which synchronizes changes during building with storage of project translations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.e1c.langtool.builder.ITranslationBuilderParticipant
ITranslationBuilderParticipant.IBuildContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(ITranslationBuilderParticipant.IBuildContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Runs the translation builder participant on the given build context.
-
Constructor Details
-
HistoryBuilderParticipant
public HistoryBuilderParticipant()
-
-
Method Details
-
build
public void build(ITranslationBuilderParticipant.IBuildContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from interface:ITranslationBuilderParticipantRuns the translation builder participant on the given build context.- Specified by:
buildin interfaceITranslationBuilderParticipant- Parameters:
context- the build contextmonitor- the progress monitor
-