|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectwoolpack.config.ConfigConstants
public class ConfigConstants
定数の集まり。
| フィールドの概要 | |
|---|---|
static ConfigExpression |
MAKE_MAP
HashMapを生成してConfigContext.setMap(Map)に設定するConfigExpression。 |
static ConfigExpression |
NULL
null オブジェクト役の ConfigExpression。 |
static ConfigExpression |
TO_UNMODIFIABLE_MAP
書き込み禁止の MapをConfigContext.setMap(Map)に再設定するConfigExpression。 |
static ConfigExpression |
TO_UNOVERWRITABLE_MAP
上書き禁止の MapをConfigContext.setMap(Map)に再設定するConfigExpression。 |
| メソッドの概要 |
|---|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final ConfigExpression NULL
ConfigExpression。
public static final ConfigExpression TO_UNMODIFIABLE_MAP
MapをConfigContext.setMap(Map)に再設定するConfigExpression。
ConfigExpression.interpret(ConfigContext)は引数またはConfigContext.getMap()が null の場合にNullPointerExceptionを投げる。
public static final ConfigExpression TO_UNOVERWRITABLE_MAP
MapをConfigContext.setMap(Map)に再設定するConfigExpression。
ConfigExpression.interpret(ConfigContext)は引数またはConfigContext.getMap()が null の場合にNullPointerExceptionを投げる。
public static final ConfigExpression MAKE_MAP
HashMapを生成してConfigContext.setMap(Map)に設定するConfigExpression。
ConfigExpression.interpret(ConfigContext)は引数が null の場合にNullPointerExceptionを投げる。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||