|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.util.lang.SystemPropertyUtil
public abstract class SystemPropertyUtil
システムプロパティ用のユーティリティクラスです。
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
public static final String FILE_ENCODING
file.encodingシステムプロパティ。例:UTF-8
public static final String LINE_SEPARATOR
line.separator システムプロパティ。例えばMac OS Xなら
"\n"
public static final String PATH_SEPARATOR
path.separator システムプロパティ。例えばMac OS Xなら
":"
public static final String OS_NAME
os.name システムプロパティ。例:Mac OS X
public static final String JAVA_IO_TMPDIR
java.io.tmpdir システムプロパティ。例:/tmp
public static final String USER_DIR
user.dir システムプロパティ。
public static final String USER_HOME
user.home システムプロパティ。
| コンストラクタの詳細 |
|---|
public SystemPropertyUtil()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||