Uses of Class
net.didion.jwnl.JWNL.OS
-
Packages that use JWNL.OS Package Description net.didion.jwnl -
-
Uses of JWNL.OS in net.didion.jwnl
Fields in net.didion.jwnl declared as JWNL.OS Modifier and Type Field Description private static JWNL.OS
JWNL. _currentOS
static JWNL.OS[]
JWNL. DEFINED_OS_ARRAY
static JWNL.OS
JWNL. MAC
static JWNL.OS
JWNL. UNDEFINED
static JWNL.OS
JWNL. UNIX
static JWNL.OS
JWNL. WINDOWS
Methods in net.didion.jwnl that return JWNL.OS Modifier and Type Method Description static JWNL.OS
JWNL. getOS()
Get the current OS.
-