org.apache.sshd.common.util
Class OsUtils

java.lang.Object
  extended by org.apache.sshd.common.util.OsUtils

public class OsUtils
extends Object

Operating system dependent utility methods.

Author:
Apache MINA SSHD Project

Method Summary
static boolean isUNIX()
           
static boolean isWin32()
           
 
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()
Returns:
true if the host is a UNIX system (and not Windows).

isWin32

public static boolean isWin32()
Returns:
true if the host is Windows (and not UNIX).


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.