Interface FeatureValueValidator.ValidationContext

Enclosing interface:
FeatureValueValidator

public static interface FeatureValueValidator.ValidationContext
The Interface ValidationContext describes the context where the value is validating.
  • 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

      Gets the storage where the translated value will be stored.
      Returns:
      the storage, cannot return null.