Class SettingsKeyContentProcessor
java.lang.Object
com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesProcessor
com.e1c.langtool.v8.dt.bsl.stringliteral.KeysContentProcessor
com.e1c.langtool.v8.dt.bsl.stringliteral.SettingsKeyContentProcessor
- All Implemented Interfaces:
TypedStringLiteralContentProcessor
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.KeysContentProcessor
resourceLookup, translationKeyProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupport(StringLiteral literal, Collection<LiteralType> types) Checks if processor is support given literal and it's types.Methods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.KeysContentProcessor
createFeatureValue, getKeys, getKeyTranslation, isChangeDefaultLanguage, isChangeScriptVariant, process, updateKeyCache, updateKeyCacheMethods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesProcessor
createLinesTranslationKey, fixKeyTranslationCase, getContextLineTranslation, getLineTranslation, isStringLiteralLinesFullTranslationStoredPriority
-
Constructor Details
-
SettingsKeyContentProcessor
public SettingsKeyContentProcessor()
-
-
Method Details
-
isSupport
Description copied from interface:TypedStringLiteralContentProcessorChecks if processor is support given literal and it's types.- Specified by:
isSupportin interfaceTypedStringLiteralContentProcessor- Overrides:
isSupportin classKeysContentProcessor- Parameters:
literal- the literaltypes- the types to check- Returns:
- true, if processor is support the literal
-