jp.go.nict.langrid.commons.lang
クラス PlatformUtil

java.lang.Object
  上位を拡張 jp.go.nict.langrid.commons.lang.PlatformUtil

public class PlatformUtil
extends Object

プラットフォームに関するユーティリティ。

バージョン:
$Revision: 8770 $
作成者:
Takao Nakaguchi, $Author: Takao Nakaguchi $

コンストラクタの概要
PlatformUtil()
           
 
メソッドの概要
static boolean isLinux()
          OSがLinuxの場合trueを返す。
static boolean isMacOSX()
          OSがMacOS X の場合trueを返す。
static boolean isWindows()
          OSがWindowsの場合trueを返す。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PlatformUtil

public PlatformUtil()
メソッドの詳細

isMacOSX

public static boolean isMacOSX()
OSがMacOS X の場合trueを返す。

戻り値:
MacOS X の場合true

isLinux

public static boolean isLinux()
OSがLinuxの場合trueを返す。

戻り値:
Linux の場合true

isWindows

public static boolean isWindows()
OSがWindowsの場合trueを返す。

戻り値:
Windowsの場合true