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
* Prepares an updated version of the server installation in {@code candidatePath}.
86
+
* If no updates are found, this operation does nothing.
87
+
*
88
+
* @param candidatePath {@code Path} were the updated version of the server should be located.
89
+
* @param repositories List of repositories to be used to prepare this update.If it is null or an empty list,
90
+
* the default repositories will be used instead.
91
+
* @param allowManifestDowngrades are manifest downgrades allowed? An attempt do downgrade will result in RuntimeException being thrown if this is false.
92
+
* @return true if the update candidate was generated, false if candidate was no generated due to not finding any pending updates
93
+
* @throws IllegalArgumentException if the Path is not writable.
* Prepares an updated version of the server installation in {@code candidatePath}.
100
+
* If no updates are found, this operation does nothing.
101
+
*
102
+
* @param candidatePath {@code Path} were the updated version of the server should be located.
103
+
* @param repositories List of repositories to be used to prepare this update.If it is null or an empty list,
104
+
* the default repositories will be used instead.
105
+
* @param manifestVersions Manifest versions to update to. All subscribed channels have to be specified.
106
+
* @param allowManifestDowngrades are manifest downgrades allowed? An attempt do downgrade will result in RuntimeException being thrown if this is false.
107
+
* @return true if the update candidate was generated, false if candidate was no generated due to not finding any pending updates
108
+
* @throws IllegalArgumentException if the Path is not writable.
0 commit comments