de.clab.osami.conferencing.vlc.util
Class Systeminfo

java.lang.Object
  extended by de.clab.osami.conferencing.vlc.util.Systeminfo

public class Systeminfo
extends java.lang.Object


Field Summary
static java.lang.String LINUX
           
static java.lang.String WINDOWS
           
 
Constructor Summary
Systeminfo()
           
 
Method Summary
static java.lang.String getOperatingSystem()
           
static boolean isLinux()
           
static boolean isWindows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WINDOWS

public static final java.lang.String WINDOWS
See Also:
Constant Field Values

LINUX

public static final java.lang.String LINUX
See Also:
Constant Field Values
Constructor Detail

Systeminfo

public Systeminfo()
Method Detail

getOperatingSystem

public static java.lang.String getOperatingSystem()

isWindows

public static boolean isWindows()

isLinux

public static boolean isLinux()