org.util.environment
クラス Environment

java.lang.Object
  上位を拡張 org.util.environment.Environment

public class Environment
extends java.lang.Object


コンストラクタの概要
Environment()
           
 
メソッドの概要
static int getDebugLevel()
           
static java.io.File getSaveDirectory()
           
static java.net.URL getURL(java.lang.String path)
           
static void initialize()
           
static boolean isInitialized()
           
static boolean isLinux()
           
static boolean isMac()
           
static boolean isWindows()
           
static void setDebugLevel(int debug_level)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Environment

public Environment()
メソッドの詳細

isLinux

public static boolean isLinux()
                       throws java.lang.Exception
例外:
java.lang.Exception

isWindows

public static boolean isWindows()
                         throws java.lang.Exception
例外:
java.lang.Exception

isMac

public static boolean isMac()
                     throws java.lang.Exception
例外:
java.lang.Exception

isInitialized

public static boolean isInitialized()

initialize

public static void initialize()
                       throws java.lang.Exception
例外:
java.lang.Exception

getURL

public static java.net.URL getURL(java.lang.String path)

getSaveDirectory

public static java.io.File getSaveDirectory()

getDebugLevel

public static int getDebugLevel()

setDebugLevel

public static void setDebugLevel(int debug_level)