Class DependencyDownloadManager

java.lang.Object
org.eclipse.lemminx.customservice.synapse.parser.DependencyDownloadManager

public class DependencyDownloadManager extends Object
Manages the downloading of project dependencies defined in a Maven pom.xml file. Handles both connector and integration project dependencies, logging failures if any occur.
  • Constructor Details

    • DependencyDownloadManager

      public DependencyDownloadManager()
  • Method Details

    • downloadDependencies

      public static String downloadDependencies(String projectPath)
      Downloads the dependencies specified in the pom.xml file of the given project.
      Parameters:
      projectPath - The path to the project directory containing the pom.xml file.
      Returns:
      A message indicating the success or failure of the download operation.