Class BuildContext
java.lang.Object
com.e1c.langtool.internal.builder.BuildContext
- All Implemented Interfaces:
ITranslationBuilderParticipant.IBuildContext
public final class BuildContext
extends Object
implements ITranslationBuilderParticipant.IBuildContext
The basic implementation of
ITranslationBuilderParticipant.IBuildContext.-
Constructor Summary
ConstructorsConstructorDescriptionBuildContext(TranslationSource translationSource, ActionType actionType, Collection<FeatureValue> featureValues) -
Method Summary
-
Constructor Details
-
BuildContext
public BuildContext(TranslationSource translationSource, ActionType actionType, Collection<FeatureValue> featureValues)
-
-
Method Details
-
getActionType
Description copied from interface:ITranslationBuilderParticipant.IBuildContextReturns type of action performed over the changed resource.- Specified by:
getActionTypein interfaceITranslationBuilderParticipant.IBuildContext- Returns:
- the type of action performed over the changed resource
-
getContent
Description copied from interface:ITranslationBuilderParticipant.IBuildContextReturns collected feature-values.- Specified by:
getContentin interfaceITranslationBuilderParticipant.IBuildContext- Returns:
- collected feature-values.
-
getSource
Description copied from interface:ITranslationBuilderParticipant.IBuildContextReturns the translation source that binded with changed resource.- Specified by:
getSourcein interfaceITranslationBuilderParticipant.IBuildContext- Returns:
- the translation source
-
hashCode
public int hashCode() -
equals
-
toString
-