You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/src/main/java/com/devonfw/tools/ide/tool/LocalToolCommandlet.java
+35-11Lines changed: 35 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -223,25 +223,18 @@ public ToolInstallation installTool(ToolInstallRequest request) {
223
223
}
224
224
225
225
/**
226
-
* Performs the actual installation of the {@link #getName() tool} by downloading its binary, optionally extracting it, backing up any existing installation,
227
-
* and writing the version file.
228
-
* <p>
229
-
* This method assumes that the version has already been resolved and dependencies installed. It handles the final steps of placing the tool into the
230
-
* appropriate installation directory.
226
+
* Performs the actual installation of the {@link #getName() tool}.
231
227
*
232
228
* @param request the {@link ToolInstallRequest}.
233
229
* @param installationPath the target {@link Path} where the {@link #getName() tool} should be installed.
0 commit comments