Class ProjectMetricStorage

java.lang.Object
com.e1c.langtool.internal.stat.db.ProjectMetricStorage

public class ProjectMetricStorage extends Object
The storage of metrics for the project for all languages. Clients should call open() before use and close() to release resources.
  • Constructor Details

    • ProjectMetricStorage

      public ProjectMetricStorage(org.eclipse.core.resources.IProject project, Collection<TranslateLanguage> languages)
      Instantiates a new project metric storage.
      Parameters:
      project - the project, cannot be null.
      languages - the initial languages of the project on the start, cannot be null.
  • Method Details