Class TranslationCollectingService
java.lang.Object
com.e1c.langtool.internal.history.participant.TranslationCollectingService
- All Implemented Interfaces:
ITranslationCollectingService
This class encapsulates collecting all project translations from build context.
Note that this collector skip feature-values with empty values or empty translations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TranslationCollectingService
public TranslationCollectingService()
-
-
Method Details
-
collect
public Collection<IProjectTranslation> collect(ITranslationBuilderParticipant.IBuildContext context) - Specified by:
collectin interfaceITranslationCollectingService
-