public final class EnvironmentTools extends Object
| Modifier and Type | Field and Description | 
|---|---|
private static org.slf4j.ext.XLogger | 
LOG
SLF4J XLogger. 
 | 
private static String | 
OS_NAME_PROPERTY
Windows OS name property. 
 | 
private static String | 
WINDOWS_OS_NAME
Windows name in OS name property. 
 | 
| Modifier | Constructor and Description | 
|---|---|
private  | 
EnvironmentTools()
Private constructor to prevent Instantiating. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
isWindows()
Check if the operating system is a windows based on a property, otherwise it's a Linux/Mac-OS. 
 | 
private static final org.slf4j.ext.XLogger LOG
private static final String OS_NAME_PROPERTY
private static final String WINDOWS_OS_NAME
Copyright © 2013–2015. All rights reserved.