Uses of Class
com.e1c.langtool.v8.dt.cli.api.TranslationCliApiException
Packages that use TranslationCliApiException
-
Uses of TranslationCliApiException in com.e1c.langtool.v8.dt.cli.api
Methods in com.e1c.langtool.v8.dt.cli.api that throw TranslationCliApiExceptionModifier and TypeMethodDescriptionvoidIConvertLanguageProjectApi.convertLanguageProject(@NonNull org.eclipse.core.resources.IProject project, @NonNull org.eclipse.core.resources.IProject source, @NonNull org.eclipse.core.resources.IProject target) Converts a language project by executing the conversion operation using the providedIConverterService.voidIExportTranslationStatisticsApi.exportTranslationStatistics(org.eclipse.core.resources.IProject project, Path statisticsLocation, String statisticType) Exports translation statistics for the specified project location.IImportLanguageProjectApi.findProjectsRecursively(@NonNull List<Path> projectPaths) Finds projects recursively.voidIGenerateTranslationStringsApi.generateTranslationStrings(IDtProject dtProject, List<String> languages, String storageId, String fillUpStrategy, Path fileListPath, boolean collectModel, boolean collectInterface, String collectModelType, boolean checkTranslationsInAnyAvailableStorage, Map<String, String> filterParameters) Generates translation strings for the specified project.org.eclipse.core.resources.IProjectIImportLanguageProjectApi.importLanguageProject(@NonNull Path languageProject) Imports language project from the provided project path or project zip archive.Collection<org.eclipse.core.resources.IProject>IImportLanguageProjectApi.importLanguageProjects(@NonNull List<Path> languageProjects) Imports language projects from provided project paths or project zip archives.voidISynchronizeProjectApi.synchronizeProject(@NonNull IDtProject dtProject, @NonNull List<String> languages) Synchronizes the specified project.voidISynchronizeProjectApi.synchronizeProject(@NonNull IDtProject dtProject, @NonNull List<String> languages, boolean cacheKeys) Synchronizes the specified project. -
Uses of TranslationCliApiException in com.e1c.langtool.v8.dt.cli.api.impl
Methods in com.e1c.langtool.v8.dt.cli.api.impl that throw TranslationCliApiExceptionModifier and TypeMethodDescriptionvoidConvertLanguageProjectApi.convertLanguageProject(org.eclipse.core.resources.IProject project, org.eclipse.core.resources.IProject sourceLanguageProject, org.eclipse.core.resources.IProject targetLanguageProject) Converts a language project by executing the conversion operation using the providedIConverterService.voidExportTranslationStatisticsApi.exportTranslationStatistics(org.eclipse.core.resources.IProject project, Path statisticsLocation, String statisticType) Exports the translation statistics for the specified project to a given location.voidGenerateTranslationStringsApi.generateTranslationStrings(IDtProject dtProject, List<String> languageIds, String fullStorageId, String fillUpStrategy, Path fileListPath, boolean collectModel, boolean collectInterface, String collectModelType, boolean checkTranslationsInAnyAvailableStorage, Map<String, String> filterParameters) ProjectInformationApi.getTranslationProvidersIds()org.eclipse.core.resources.IProjectImportLanguageProjectApi.importLanguageProject(Path languageProject) Collection<org.eclipse.core.resources.IProject>ImportLanguageProjectApi.importLanguageProjects(List<Path> languageProjects) voidSynchronizeProjectApi.synchronizeProject(IDtProject dtProject, List<String> languages) voidSynchronizeProjectApi.synchronizeProject(IDtProject dtProject, List<String> languages, boolean cacheKeys)