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
* Performs the installation of the {@link #getName() tool} managed by this
106
-
* {@link com.devonfw.tools.ide.commandlet.Commandlet} only in the central software repository without touching the
107
-
* IDE installation.
100
+
* Performs the installation of the {@link #getName() tool} managed by this {@link com.devonfw.tools.ide.commandlet.Commandlet} only in the central software
101
+
* repository without touching the IDE installation.
108
102
*
109
-
* @param version the {@link VersionIdentifier} requested to be installed. May also be a
110
-
* {@link VersionIdentifier#isPattern() version pattern}.
103
+
* @param version the {@link VersionIdentifier} requested to be installed. May also be a {@link VersionIdentifier#isPattern() version pattern}.
111
104
* @return the {@link ToolInstallation} in the central software repository matching the given {@code version}.
@@ -116,12 +109,10 @@ public ToolInstallation installInRepo(VersionIdentifier version) {
116
109
}
117
110
118
111
/**
119
-
* Performs the installation of the {@link #getName() tool} managed by this
120
-
* {@link com.devonfw.tools.ide.commandlet.Commandlet} only in the central software repository without touching the
121
-
* IDE installation.
112
+
* Performs the installation of the {@link #getName() tool} managed by this {@link com.devonfw.tools.ide.commandlet.Commandlet} only in the central software
113
+
* repository without touching the IDE installation.
122
114
*
123
-
* @param version the {@link VersionIdentifier} requested to be installed. May also be a
124
-
* {@link VersionIdentifier#isPattern() version pattern}.
115
+
* @param version the {@link VersionIdentifier} requested to be installed. May also be a {@link VersionIdentifier#isPattern() version pattern}.
125
116
* @param edition the specific edition to install.
126
117
* @return the {@link ToolInstallation} in the central software repository matching the given {@code version}.
127
118
*/
@@ -131,30 +122,27 @@ public ToolInstallation installInRepo(VersionIdentifier version, String edition)
131
122
}
132
123
133
124
/**
134
-
* Performs the installation of the {@link #getName() tool} managed by this
135
-
* {@link com.devonfw.tools.ide.commandlet.Commandlet} only in the central software repository without touching the
136
-
* IDE installation.
125
+
* Performs the installation of the {@link #getName() tool} managed by this {@link com.devonfw.tools.ide.commandlet.Commandlet} only in the central software
126
+
* repository without touching the IDE installation.
137
127
*
138
-
* @param version the {@link VersionIdentifier} requested to be installed. May also be a
139
-
* {@link VersionIdentifier#isPattern() version pattern}.
128
+
* @param version the {@link VersionIdentifier} requested to be installed. May also be a {@link VersionIdentifier#isPattern() version pattern}.
140
129
* @param edition the specific edition to install.
141
130
* @param toolRepository the {@link ToolRepository} to use.
142
131
* @return the {@link ToolInstallation} in the central software repository matching the given {@code version}.
0 commit comments