Class ConnectorDownloadManager
java.lang.Object
org.eclipse.lemminx.customservice.synapse.parser.ConnectorDownloadManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadDependencies(String projectPath, List<DependencyDetails> dependencies) static StringdownloadDriverForConnector(String projectPath, String connectorName, String connectionType) Downloads the driver JAR for a specific connector and connection type by parsing the descriptor.yml file
-
Constructor Details
-
ConnectorDownloadManager
public ConnectorDownloadManager()
-
-
Method Details
-
downloadDependencies
public static List<String> downloadDependencies(String projectPath, List<DependencyDetails> dependencies) -
downloadDriverForConnector
public static String downloadDriverForConnector(String projectPath, String connectorName, String connectionType) Downloads the driver JAR for a specific connector and connection type by parsing the descriptor.yml file
-