|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.ac.naka.ec.entity.EntityConfigParser
public class EntityConfigParser
Entityを生成するためのパーサ。DTDなどを作る必要あり。
| フィールドの概要 | |
|---|---|
static Log |
logger
|
| コンストラクタの概要 | |
|---|---|
EntityConfigParser()
|
|
| メソッドの概要 | |
|---|---|
static void |
main(java.lang.String[] args)
|
Entity[] |
parse(java.lang.String config_file)
entities.xmlからEntityを読み出すためのパーサ。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static Log logger
| コンストラクタの詳細 |
|---|
public EntityConfigParser()
| メソッドの詳細 |
|---|
public Entity[] parse(java.lang.String config_file)
config_file -
public static void main(java.lang.String[] args)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||