void |
ICleanUpProjectSourcesApi.cleanUpProjectSources(String projectName) |
Clean up of EDT project source files with specified name
|
void |
ICleanUpProjectSourcesApi.cleanUpProjectSources(Path projectLocation) |
Clean up of EDT project source files in specified location
|
void |
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.
|