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
* Set path to target file or directory. Function accepts local paths and network paths.
351
351
* Environment variables are accepted but resolved here and aren't kept in the link.
352
-
* @Deprecated Use new ShellLinkHelper API: {@link ShellLinkHelper#setNetworkTarget(String path)} or {@link ShellLinkHelper#setLocalTarget(String drive, String absolutePath)}
352
+
* @deprecated Use new ShellLinkHelper API: {@link ShellLinkHelper#setNetworkTarget(String path)} or {@link ShellLinkHelper#setLocalTarget(String drive, String absolutePath)}
353
353
*/
354
354
@Deprecated(since = "1.0.7", forRemoval = true)
355
355
publicShellLinksetTarget(Stringtarget) {
@@ -371,7 +371,7 @@ public ShellLink setTarget(String target) {
371
371
}
372
372
373
373
/**
374
-
* @Deprecated Use new ShellLinkHelper API: {@link ShellLinkHelper#setNetworkTarget(String path)} or {@link ShellLinkHelper#setLocalTarget(String drive, String absolutePath)}
374
+
* @deprecated Use new ShellLinkHelper API: {@link ShellLinkHelper#setNetworkTarget(String path)} or {@link ShellLinkHelper#setLocalTarget(String drive, String absolutePath)}
375
375
*/
376
376
@Deprecated(since = "1.0.7", forRemoval = true)
377
377
publicstaticShellLinkcreateLink(Stringtarget) {
@@ -381,7 +381,7 @@ public static ShellLink createLink(String target) {
381
381
}
382
382
383
383
/**
384
-
* @Deprecated Use new ShellLinkHelper API: {@link ShellLinkHelper#createLink(String target, String linkpath)}
384
+
* @deprecated Use new ShellLinkHelper API: {@link ShellLinkHelper#createLink(String target, String linkpath)}
0 commit comments