Class ProjectTranslationReader

java.lang.Object
com.e1c.langtool.internal.storage.ProjectTranslationReader
All Implemented Interfaces:
IProjectTranslationReader

public class ProjectTranslationReader extends Object implements IProjectTranslationReader
The reader allows to get translation from storages with order specified in project settings
  • Constructor Details

    • ProjectTranslationReader

      public ProjectTranslationReader(org.eclipse.core.resources.IProject project)
      Instantiates a new project translation reader.
      Parameters:
      project - the project, cannot be null.
  • Method Details