Class ProjectCommonFileNameConverter

java.lang.Object
com.e1c.langtool.v8.dt.resourcestorage.AbstractV8FileNameConverter
com.e1c.langtool.v8.dt.resourcestorage.ProjectCommonFileNameConverter
All Implemented Interfaces:
IV8FileNameConverter

public class ProjectCommonFileNameConverter extends AbstractV8FileNameConverter
The Class ProjectCommonFileNameConverter .
  • Constructor Details

    • ProjectCommonFileNameConverter

      public ProjectCommonFileNameConverter()
  • Method Details

    • getTranslationPath

      public org.eclipse.core.runtime.IPath getTranslationPath(org.eclipse.core.runtime.IPath v8Path, boolean isLocalizable, TranslateLanguage language)
      Description copied from interface: IV8FileNameConverter
      Gets the translation path.
      Parameters:
      v8Path - the v8 path, cannot be null.
      isLocalizable - the is localizable
      language - the language, cannot be null.
      Returns:
      the translation path. It can return null when it's impossible to get a path to translation file from the given path.