org.productivity.java.syslog4j.util
Class OSDetectUtility

java.lang.Object
  extended by org.productivity.java.syslog4j.util.OSDetectUtility

public final class OSDetectUtility
extends java.lang.Object

OSDetectUtility provides operating system detection used to determine whether Syslog4j is running on a Unix platform.

Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.

Version:
$Id: OSDetectUtility.java,v 1.4 2008/11/14 04:31:59 cvs Exp $
Author:
<syslog4j@productivity.org>

Method Summary
static boolean isUnix()
           
static boolean isWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isUnix

public static boolean isUnix()

isWindows

public static boolean isWindows()