org.seasar.util.lang
クラス SystemPropertyUtil

java.lang.Object
  上位を拡張 org.seasar.util.lang.SystemPropertyUtil

public abstract class SystemPropertyUtil
extends Object

システムプロパティ用のユーティリティクラスです。

作成者:
wyukawa

フィールドの概要
static String FILE_ENCODING
          file.encodingシステムプロパティ。
static String JAVA_IO_TMPDIR
          java.io.tmpdir システムプロパティ。
static String LINE_SEPARATOR
          line.separator システムプロパティ。
static String OS_NAME
          os.name システムプロパティ。
static String PATH_SEPARATOR
          path.separator システムプロパティ。
static String USER_DIR
          user.dir システムプロパティ。
static String USER_HOME
          user.home システムプロパティ。
 
コンストラクタの概要
SystemPropertyUtil()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

FILE_ENCODING

public static final String FILE_ENCODING
file.encodingシステムプロパティ。例:UTF-8


LINE_SEPARATOR

public static final String LINE_SEPARATOR
line.separator システムプロパティ。例えばMac OS Xなら "\n"


PATH_SEPARATOR

public static final String PATH_SEPARATOR
path.separator システムプロパティ。例えばMac OS Xなら ":"


OS_NAME

public static final String OS_NAME
os.name システムプロパティ。例:Mac OS X


JAVA_IO_TMPDIR

public static final String JAVA_IO_TMPDIR
java.io.tmpdir システムプロパティ。例:/tmp


USER_DIR

public static final String USER_DIR
user.dir システムプロパティ。


USER_HOME

public static final String USER_HOME
user.home システムプロパティ。

コンストラクタの詳細

SystemPropertyUtil

public SystemPropertyUtil()


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.