@@ -238,29 +238,31 @@ public static boolean isMac() {
238
238
public static final int FAILED_DELETE_METADATA = 6 ;
239
239
240
240
/**
241
- * Constant string (value " win32" ) indicating the platform is running on a
241
+ * Constant string (value {@code win32} ) indicating the platform is running on a
242
242
* Window 32-bit operating system (e.g., Windows 98, NT, 2000).
243
243
* <p>
244
244
* Note this constant has been moved from the deprecated
245
245
* org.eclipse.core.boot.BootLoader class and its value has not changed.
246
246
* </p>
247
+ *
247
248
* @since 3.0
248
249
*/
249
250
public static final String OS_WIN32 = "win32" ;//$NON-NLS-1$
250
251
251
252
/**
252
- * Constant string (value " linux") indicating the platform is running on a
253
+ * Constant string (value {@code linux} indicating the platform is running on a
253
254
* Linux-based operating system.
254
255
* <p>
255
256
* Note this constant has been moved from the deprecated
256
257
* org.eclipse.core.boot.BootLoader class and its value has not changed.
257
258
* </p>
259
+ *
258
260
* @since 3.0
259
261
*/
260
262
public static final String OS_LINUX = "linux" ;//$NON-NLS-1$
261
263
262
264
/**
263
- * Constant string (value " aix") indicating the platform is running on an
265
+ * Constant string (value {@code aix} indicating the platform is running on an
264
266
* AIX-based operating system.
265
267
* <p>
266
268
* Note this constant has been moved from the deprecated
@@ -274,12 +276,13 @@ public static boolean isMac() {
274
276
public static final String OS_AIX = "aix" ;//$NON-NLS-1$
275
277
276
278
/**
277
- * Constant string (value " solaris" ) indicating the platform is running on a
278
- * Solaris-based operating system.
279
+ * Constant string (value {@code solaris} ) indicating the platform is running on
280
+ * a Solaris-based operating system.
279
281
* <p>
280
282
* Note this constant has been moved from the deprecated
281
283
* org.eclipse.core.boot.BootLoader class and its value has not changed.
282
284
* </p>
285
+ *
283
286
* @since 3.0
284
287
*
285
288
* @deprecated not supported anymore
@@ -288,12 +291,13 @@ public static boolean isMac() {
288
291
public static final String OS_SOLARIS = "solaris" ;//$NON-NLS-1$
289
292
290
293
/**
291
- * Constant string (value " hpux" ) indicating the platform is running on an
294
+ * Constant string (value {@code hpux} ) indicating the platform is running on an
292
295
* HP/UX-based operating system.
293
296
* <p>
294
297
* Note this constant has been moved from the deprecated
295
298
* org.eclipse.core.boot.BootLoader class and its value has not changed.
296
299
* </p>
300
+ *
297
301
* @since 3.0
298
302
*
299
303
* @deprecated not supported anymore
@@ -302,12 +306,13 @@ public static boolean isMac() {
302
306
public static final String OS_HPUX = "hpux" ;//$NON-NLS-1$
303
307
304
308
/**
305
- * Constant string (value " qnx" ) indicating the platform is running on a
309
+ * Constant string (value {@code qnx} ) indicating the platform is running on a
306
310
* QNX-based operating system.
307
311
* <p>
308
312
* Note this constant has been moved from the deprecated
309
313
* org.eclipse.core.boot.BootLoader class and its value has not changed.
310
314
* </p>
315
+ *
311
316
* @since 3.0
312
317
*
313
318
* @deprecated not supported anymore
@@ -316,41 +321,44 @@ public static boolean isMac() {
316
321
public static final String OS_QNX = "qnx" ;//$NON-NLS-1$
317
322
318
323
/**
319
- * Constant string (value " macosx" ) indicating the platform is running on a
320
- * Mac OS X operating system.
324
+ * Constant string (value {@code macosx} ) indicating the platform is running on
325
+ * a Mac OS X operating system.
321
326
* <p>
322
327
* Note this constant has been moved from the deprecated
323
328
* org.eclipse.core.boot.BootLoader class and its value has not changed.
324
329
* </p>
330
+ *
325
331
* @since 3.0
326
332
*/
327
333
public static final String OS_MACOSX = "macosx" ;//$NON-NLS-1$
328
334
329
335
/**
330
- * Constant string (value " unknown" ) indicating the platform is running on a
331
- * machine running an unknown operating system.
336
+ * Constant string (value {@code unknown} ) indicating the platform is running on
337
+ * a machine running an unknown operating system.
332
338
* <p>
333
339
* Note this constant has been moved from the deprecated
334
340
* org.eclipse.core.boot.BootLoader class and its value has not changed.
335
341
* </p>
342
+ *
336
343
* @since 3.0
337
344
*/
338
345
public static final String OS_UNKNOWN = "unknown" ;//$NON-NLS-1$
339
346
340
347
/**
341
- * Constant string (value " x86" ) indicating the platform is running on an
348
+ * Constant string (value {@code x86} ) indicating the platform is running on an
342
349
* x86-based architecture.
343
350
* <p>
344
351
* Note this constant has been moved from the deprecated
345
352
* org.eclipse.core.boot.BootLoader class and its value has not changed.
346
353
* </p>
354
+ *
347
355
* @since 3.0
348
356
*/
349
357
public static final String ARCH_X86 = "x86" ;//$NON-NLS-1$
350
358
351
359
/**
352
- * Constant string (value " PA_RISC" ) indicating the platform is running on an
353
- * PA_RISC-based architecture.
360
+ * Constant string (value {@code PA_RISC} ) indicating the platform is running on
361
+ * an PA_RISC-based architecture.
354
362
* <p>
355
363
* Note this constant has been moved from the deprecated
356
364
* org.eclipse.core.boot.BootLoader class and its value has not changed.
@@ -364,7 +372,7 @@ public static boolean isMac() {
364
372
public static final String ARCH_PA_RISC = "PA_RISC" ;//$NON-NLS-1$
365
373
366
374
/**
367
- * Constant string (value " ppc" ) indicating the platform is running on an
375
+ * Constant string (value {@code ppc} ) indicating the platform is running on an
368
376
* PowerPC-based architecture.
369
377
* <p>
370
378
* Note this constant has been moved from the deprecated
@@ -379,8 +387,8 @@ public static boolean isMac() {
379
387
public static final String ARCH_PPC = "ppc" ;//$NON-NLS-1$
380
388
381
389
/**
382
- * Constant string (value " sparc" ) indicating the platform is running on an
383
- * Sparc-based architecture.
390
+ * Constant string (value {@code sparc} ) indicating the platform is running on
391
+ * an Sparc-based architecture.
384
392
* <p>
385
393
* Note this constant has been moved from the deprecated
386
394
* org.eclipse.core.boot.BootLoader class and its value has not changed.
@@ -394,23 +402,23 @@ public static boolean isMac() {
394
402
public static final String ARCH_SPARC = "sparc" ;//$NON-NLS-1$
395
403
396
404
/**
397
- * Constant string (value " x86_64" ) indicating the platform is running on an
398
- * x86 64bit-based architecture.
405
+ * Constant string (value {@code x86_64} ) indicating the platform is running on
406
+ * an x86 64bit-based architecture.
399
407
*
400
408
* @since 3.1
401
409
*/
402
410
public static final String ARCH_X86_64 = "x86_64" ;//$NON-NLS-1$
403
411
404
412
/**
405
- * Constant string (value " aarch64" ) indicating the platform is running on an
406
- * AARCH64bit-based architecture.
413
+ * Constant string (value {@code aarch64} ) indicating the platform is running on
414
+ * an AARCH64bit-based architecture.
407
415
*
408
416
* @since 3.22
409
417
*/
410
418
public static final String ARCH_AARCH64 = "aarch64" ;//$NON-NLS-1$
411
419
412
420
/**
413
- * Constant string (value {@code aarch64 } indicating the platform is running on
421
+ * Constant string (value {@code riscv64 } indicating the platform is running on
414
422
* an RISC-V 64bit-based architecture.
415
423
*
416
424
* @since 3.32
@@ -419,18 +427,18 @@ public static boolean isMac() {
419
427
public static final String ARCH_RISCV64 = "riscv64" ;//$NON-NLS-1$
420
428
421
429
/**
422
- * Constant string (value " amd64" ) indicating the platform is running on an
423
- * AMD64-based architecture.
430
+ * Constant string (value {@code amd64} ) indicating the platform is running on
431
+ * an AMD64-based architecture.
424
432
*
425
433
* @since 3.0
426
- * @deprecated use <code>ARCH_X86_64</code> instead. Note the values
427
- * has been changed to be the value of the <code>ARCH_X86_64</code> constant.
434
+ * @deprecated use <code>ARCH_X86_64</code> instead. Note the values has been
435
+ * changed to be the value of the <code>ARCH_X86_64</code> constant.
428
436
*/
429
437
@ Deprecated
430
438
public static final String ARCH_AMD64 = ARCH_X86_64 ;
431
439
432
440
/**
433
- * Constant string (value " ia64" ) indicating the platform is running on an
441
+ * Constant string (value {@code ia64} ) indicating the platform is running on an
434
442
* IA64-based architecture.
435
443
*
436
444
* @since 3.0
@@ -441,8 +449,8 @@ public static boolean isMac() {
441
449
public static final String ARCH_IA64 = "ia64" ; //$NON-NLS-1$
442
450
443
451
/**
444
- * Constant string (value " ia64_32" ) indicating the platform is running on an
445
- * IA64 32bit-based architecture.
452
+ * Constant string (value {@code ia64_32} ) indicating the platform is running on
453
+ * an IA64 32bit-based architecture.
446
454
*
447
455
* @since 3.1
448
456
*
@@ -452,23 +460,25 @@ public static boolean isMac() {
452
460
public static final String ARCH_IA64_32 = "ia64_32" ;//$NON-NLS-1$
453
461
454
462
/**
455
- * Constant string (value " win32" ) indicating the platform is running on a
463
+ * Constant string (value {@code win32} ) indicating the platform is running on a
456
464
* machine using the Windows windowing system.
457
465
* <p>
458
466
* Note this constant has been moved from the deprecated
459
467
* org.eclipse.core.boot.BootLoader class and its value has not changed.
460
468
* </p>
469
+ *
461
470
* @since 3.0
462
471
*/
463
472
public static final String WS_WIN32 = "win32" ;//$NON-NLS-1$
464
473
465
474
/**
466
- * Constant string (value " motif" ) indicating the platform is running on a
475
+ * Constant string (value {@code motif} ) indicating the platform is running on a
467
476
* machine using the Motif windowing system.
468
477
* <p>
469
478
* Note this constant has been moved from the deprecated
470
479
* org.eclipse.core.boot.BootLoader class and its value has not changed.
471
480
* </p>
481
+ *
472
482
* @since 3.0
473
483
*
474
484
* @deprecated not supported anymore
@@ -477,32 +487,34 @@ public static boolean isMac() {
477
487
public static final String WS_MOTIF = "motif" ;//$NON-NLS-1$
478
488
479
489
/**
480
- * Constant string (value " gtk" ) indicating the platform is running on a
490
+ * Constant string (value {@code gtk} ) indicating the platform is running on a
481
491
* machine using the GTK windowing system.
482
492
* <p>
483
493
* Note this constant has been moved from the deprecated
484
494
* org.eclipse.core.boot.BootLoader class and its value has not changed.
485
495
* </p>
496
+ *
486
497
* @since 3.0
487
498
*/
488
499
public static final String WS_GTK = "gtk" ;//$NON-NLS-1$
489
500
490
501
/**
491
- * Constant string (value " photon" ) indicating the platform is running on a
492
- * machine using the Photon windowing system.
502
+ * Constant string (value {@code photon} ) indicating the platform is running on
503
+ * a machine using the Photon windowing system.
493
504
* <p>
494
505
* Note this constant has been moved from the deprecated
495
506
* org.eclipse.core.boot.BootLoader class and its value has not changed.
496
507
* </p>
508
+ *
497
509
* @since 3.0
498
510
* @deprecated not supported anymore
499
511
*/
500
512
@ Deprecated
501
513
public static final String WS_PHOTON = "photon" ;//$NON-NLS-1$
502
514
503
515
/**
504
- * Constant string (value " carbon" ) indicating the platform is running on a
505
- * machine using the Carbon windowing system (Mac OS X).
516
+ * Constant string (value {@code carbon} ) indicating the platform is running on
517
+ * a machine using the Carbon windowing system (Mac OS X).
506
518
* <p>
507
519
* Note this constant has been moved from the deprecated
508
520
* org.eclipse.core.boot.BootLoader class and its value has not changed.
@@ -516,26 +528,29 @@ public static boolean isMac() {
516
528
public static final String WS_CARBON = "carbon" ;//$NON-NLS-1$
517
529
518
530
/**
519
- * Constant string (value " cocoa" ) indicating the platform is running on a
531
+ * Constant string (value {@code cocoa} ) indicating the platform is running on a
520
532
* machine using the Cocoa windowing system (Mac OS X).
533
+ *
521
534
* @since 3.5
522
535
*/
523
536
public static final String WS_COCOA = "cocoa" ;//$NON-NLS-1$
524
537
525
538
/**
526
- * Constant string (value " wpf" ) indicating the platform is running on a
539
+ * Constant string (value {@code wpf} ) indicating the platform is running on a
527
540
* machine using the WPF windowing system.
541
+ *
528
542
* @since 3.3
529
543
*/
530
544
public static final String WS_WPF = "wpf" ;//$NON-NLS-1$
531
545
532
546
/**
533
- * Constant string (value " unknown" ) indicating the platform is running on a
534
- * machine running an unknown windowing system.
547
+ * Constant string (value {@code unknown} ) indicating the platform is running on
548
+ * a machine running an unknown windowing system.
535
549
* <p>
536
550
* Note this constant has been moved from the deprecated
537
551
* org.eclipse.core.boot.BootLoader class and its value has not changed.
538
552
* </p>
553
+ *
539
554
* @since 3.0
540
555
*/
541
556
public static final String WS_UNKNOWN = "unknown" ;//$NON-NLS-1$
0 commit comments