Class DependencyDownloadManager
java.lang.Object
org.eclipse.lemminx.customservice.synapse.parser.DependencyDownloadManager
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdownloadDependencies(String projectPath) Downloads the dependencies specified in the pom.xml file of the given project.
-
Constructor Details
-
DependencyDownloadManager
public DependencyDownloadManager()
-
-
Method Details
-
downloadDependencies
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.
-