public class ModelMetaFactoryCreatorLocalCatalogImpl extends java.lang.Object implements ModelMetaFactoryCreator
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
KEY_ModelEncoding
モデルメタ情報のエンコーディング取得キー
|
static Key |
Key_ModelPath
モデルメタ情報パスの取得キー
|
コンストラクタと説明 |
---|
ModelMetaFactoryCreatorLocalCatalogImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
ModelMetaFactory |
createModelMetaFactory(Resource resource)
ModelMetaFactoryを生成する
|
java.lang.String |
getCreatorName()
このCreatorの名称を返す
|
java.lang.String[] |
getDependCreatorNames()
依存関係にある他のCreatorの名称を配列で返す
|
Key[] |
getDependFactoryKey()
依存関係にある他のFactoryのキーを配列で返す
|
Key |
getFactoryKey()
このCreatorが生成するFactoryのキーを返す
|
public static final Key Key_ModelPath
public static final Key KEY_ModelEncoding
public ModelMetaFactory createModelMetaFactory(Resource resource) throws FatalException
createModelMetaFactory
インタフェース内 ModelMetaFactoryCreator
resource
- 実行時カーネルリソースFatalException
- ModelMetaFactoryの生成に失敗public java.lang.String getCreatorName()
getCreatorName
インタフェース内 FactoryCreator
public java.lang.String[] getDependCreatorNames()
getDependCreatorNames
インタフェース内 FactoryCreator
public Key[] getDependFactoryKey()
getDependFactoryKey
インタフェース内 FactoryCreator
public Key getFactoryKey()
getFactoryKey
インタフェース内 FactoryCreator