Package com.e1c.langtool.builder
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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe set of data which passing to translation builder participants during build process. -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(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 contextmonitor- the progress monitor
-