Interface IResourceStoreManager


  • @Deprecated
    public interface IResourceStoreManager
    Deprecated.
    Since 1.10
    EDT resource store manager provides management functions for the main source store of the EDT project.
    The main source store contains all primary sources of the developed 1C configuration, external report/data processing or configuration extension.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      org.osgi.framework.Version getFormatVersion​(org.eclipse.core.resources.IProject project)
      Deprecated.
      Gets the version of the main data store format for a given project.
      org.osgi.framework.Version getLatest()
      Deprecated.
      Gets the latest version of the resource store for EDT projects.
      void updateFormatVersion​(org.eclipse.core.resources.IProject project, org.osgi.framework.Version version)
      Deprecated.
      Updates store's version with specified one.
    • Method Detail

      • getFormatVersion

        org.osgi.framework.Version getFormatVersion​(org.eclipse.core.resources.IProject project)
        Deprecated.
        Gets the version of the main data store format for a given project.
        Parameters:
        project - The project to check the main data store version for.
        Returns:
        The version of the store, if any; 0.0.0 version in case if no information on the store format is available in the project.
      • getLatest

        org.osgi.framework.Version getLatest()
        Deprecated.
        Gets the latest version of the resource store for EDT projects. While we use standard format of stores, any new EDT project has the same version of the resource store.
        Returns:
        The latest version of the resource store.
      • updateFormatVersion

        void updateFormatVersion​(org.eclipse.core.resources.IProject project,
                                 org.osgi.framework.Version version)
                          throws org.eclipse.core.runtime.CoreException
        Deprecated.
        Updates store's version with specified one.
        Parameters:
        project - The project to update the version for.
        version - New version for the project resource store; null for latest supported.
        Throws:
        org.eclipse.core.runtime.CoreException