Package com.e1c.langtool.v8.dt.cli.api
Interface IProjectInformationApi
- All Known Implementing Classes:
ProjectInformationApi
public interface IProjectInformationApi
The class to get translating project information.
-
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.
-
Method Details
-
getProjectStorages
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 benull- Returns:
- the list of available project storage ids, never
null
-
getTranslationProvidersIds
Returns ids of all registered translation providers.- Returns:
- ids of all registered translation providers, never
null
-