Class ProjectInformationApi
java.lang.Object
com.e1c.langtool.v8.dt.cli.api.impl.ProjectInformationApi
- All Implemented Interfaces:
IProjectInformationApi
The default implementation of
IProjectInformationApi.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProjectStorages(IDtProject dtProject) Returns the list of available project storage ids for the specified project.Returns ids of all registered translation providers.
-
Constructor Details
-
ProjectInformationApi
public ProjectInformationApi()
-
-
Method Details
-
getProjectStorages
Description copied from interface:IProjectInformationApiReturns the list of available project storage ids for the specified project.- Specified by:
getProjectStoragesin interfaceIProjectInformationApi- Parameters:
dtProject- the DT project to get the list of available project storage ids for, cannot benull- Returns:
- the list of available project storage ids, never
null
-
getTranslationProvidersIds
Description copied from interface:IProjectInformationApiReturns ids of all registered translation providers.- Specified by:
getTranslationProvidersIdsin interfaceIProjectInformationApi- Returns:
- ids of all registered translation providers, never
null - Throws:
TranslationCliApiException
-