Uses of Class
com._1c.g5.v8.dt.cli.api.CliApiException
Packages that use CliApiException
Package
Description
-
Uses of CliApiException in com._1c.g5.v8.dt.cli.api
Methods in com._1c.g5.v8.dt.cli.api that throw CliApiExceptionModifier and TypeMethodDescriptionIPlatformVersionsApi.getSupportedVersions()
Returns a sorted list of supported versions of 1C:Enterprise. -
Uses of CliApiException in com._1c.g5.v8.dt.cli.api.workspace
Methods in com._1c.g5.v8.dt.cli.api.workspace that throw CliApiExceptionModifier and TypeMethodDescriptionvoid
ICleanUpProjectSourcesApi.cleanUpProjectSources
(String projectName) Clean up of EDT project source files with specified namevoid
ICleanUpProjectSourcesApi.cleanUpProjectSources
(Path projectLocation) Clean up of EDT project source files in specified locationvoid
IExportConfigurationFilesApi.exportProject
(String projectName, Path configurationFilesLocation) Exports the provided V8 project to 1C:Enterprise platform configuration XML files.void
IExportConfigurationFilesApi.exportProject
(Path projectLocation, Path configurationFilesLocation) Exports the provided V8 project to 1C:Enterprise platform configuration XML files.void
IImportConfigurationFilesApi.importProject
(Path configurationFilesLocation, String projectName, String version, String baseProjectName) Imports 1C:Enterprise platform configuration XML files as a new V8 project with the provided platform version.void
IImportConfigurationFilesApi.importProject
(Path configurationFilesLocation, Path projectLocation, String version, String baseProjectName) Imports 1C:Enterprise platform configuration XML files as a new V8 project with the provided platform version.void
IValidateApi.validateProjects
(Collection<Path> projectLocations, Path file) Validate a collection of the V8 project and save validation results to a file.void
IValidateApi.validateProjectsByNames
(Collection<String> projectNames, Path file) Validate a collection of the V8 project and save validation results to a file.void
IIDEInitializationService.waitForIdeInitialization()
Waits for the IDE initialization to complete. -
Uses of CliApiException in com._1c.g5.v8.dt.internal.cli.api.impl
Methods in com._1c.g5.v8.dt.internal.cli.api.impl that throw CliApiExceptionModifier and TypeMethodDescriptionPlatformVersionsApi.getSupportedVersions()
void
ServiceLifecycleSupport.waitForIdeInitialization()
-
Uses of CliApiException in com._1c.g5.v8.dt.internal.cli.api.impl.workspace
Methods in com._1c.g5.v8.dt.internal.cli.api.impl.workspace that throw CliApiExceptionModifier and TypeMethodDescriptionvoid
CleanUpProjectSourceApi.cleanUpProjectSources
(String projectName) void
CleanUpProjectSourceApi.cleanUpProjectSources
(Path projectLocation) void
ExportConfigurationFilesApi.exportProject
(String projectName, Path configurationFilesLocation) void
ExportConfigurationFilesApi.exportProject
(Path projectLocation, Path configurationFilesLocation) void
ImportConfigurationFilesApi.importProject
(Path configurationFilesLocation, String projectName, String version, String baseProjectName) void
ImportConfigurationFilesApi.importProject
(Path configurationFilesLocation, Path projectLocation, String version, String baseProjectName) void
ValidateApi.validateProjects
(Collection<Path> projectLocations, Path file) void
ValidateApi.validateProjectsByNames
(Collection<String> projectNames, Path file)