Interface ICleanUpProjectSourcesApi


  • public interface ICleanUpProjectSourcesApi
    API to clean up source files in EDT projects.
    • Method Detail

      • cleanUpProjectSources

        void cleanUpProjectSources​(Path projectLocation)
                            throws CliApiException
        Clean up of EDT project source files in specified location
        Parameters:
        projectLocation - the location of project in 1C:Enterprise Development Tools format, cannot be null
        Throws:
        CliApiException - on failure. Reasons include:
        • Provided location does not contain project in 1C:Enterprise Development Tools format
        • Internal 1C:Enterprise Development Tools execution error occurred
      • cleanUpProjectSources

        void cleanUpProjectSources​(String projectName)
                            throws CliApiException
        Clean up of EDT project source files with specified name
        Parameters:
        projectName - the name of project in 1C:Enterprise Development Tools format in the current workspace, cannot be null
        Throws:
        CliApiException - on failure. Reasons include:
        • Project with the provided name does not exist in the workspace
        • Internal 1C:Enterprise Development Tools execution error occurred