Interface IProjectInformationApi

All Known Implementing Classes:
ProjectInformationApi

public interface IProjectInformationApi
The class to get translating project information.
  • Method Details

    • getProjectStorages

      List<String> getProjectStorages(IDtProject dtProject)
      Returns the list of available project storage ids for the specified project.
      Parameters:
      dtProject - the DT project to get the list of available project storage ids for, cannot be null
      Returns:
      the list of available project storage ids, never null
    • getTranslationProvidersIds

      List<String> getTranslationProvidersIds()
      Returns ids of all registered translation providers.
      Returns:
      ids of all registered translation providers, never null