public final class SystemTools extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
EXIT_CODE_ERROR
Error return code. 
 | 
static int | 
EXIT_CODE_OK
Normal return code. 
 | 
static int | 
EXIT_CODE_TRAY_ICON_ERROR
tray icon initialization error return code. 
 | 
static int | 
EXIT_CODE_TRAY_ICON_UNSUPPORTED
Unsupported tray icon by the system return code. 
 | 
private static org.slf4j.ext.XLogger | 
LOG
SLF4J XLogger. 
 | 
| Modifier | Constructor and Description | 
|---|---|
private  | 
SystemTools()
Private constructor to prevent Instantiating. 
 | 
private static final org.slf4j.ext.XLogger LOG
public static final int EXIT_CODE_OK
public static final int EXIT_CODE_ERROR
public static final int EXIT_CODE_TRAY_ICON_UNSUPPORTED
public static final int EXIT_CODE_TRAY_ICON_ERROR
Copyright © 2013–2015. All rights reserved.