Package com.e1c.langtool.settings
Interface FeatureValueValidator.ValidationContext
- Enclosing interface:
- FeatureValueValidator
public static interface FeatureValueValidator.ValidationContext
The Interface ValidationContext describes the context where the value is validating.
-
Method Summary
Modifier and TypeMethodDescriptionGets the language of translation.org.eclipse.core.resources.IProjectGets the project of context.Gets the storage where the translated value will be stored.Gets the translation key.
-
Method Details
-
getProject
org.eclipse.core.resources.IProject getProject()Gets the project of context.- Returns:
- the project
-
getTranslationKey
TranslationKey getTranslationKey()Gets the translation key.- Returns:
- the translation key, cannot return
null.
-
getLanguage
TranslateLanguage getLanguage()Gets the language of translation.- Returns:
- the language, cannot return
null.
-
getStorage
ITranslationStorageProvider.Storage getStorage()Gets the storage where the translated value will be stored.- Returns:
- the storage, cannot return
null.
-