public class SimpleDefinitionManagerFactoryCreatorImpl extends java.lang.Object implements DefinitionManagerFactoryCreator
| コンストラクタと説明 |
|---|
SimpleDefinitionManagerFactoryCreatorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DefinitionManagerFactory |
createDefinitionManagerFactory(Resource resource)
ResourceからDefinitionManagerFactoryを生成する
|
java.lang.String |
getCreatorName()
このCreatorの名称を返す
|
java.lang.String[] |
getDependCreatorNames()
依存関係にある他のCreatorの名称を配列で返す
|
Key[] |
getDependFactoryKey()
依存関係にある他のFactoryのキーを配列で返す
|
Key |
getFactoryKey()
このCreatorが生成するFactoryのキーを返す
|
public SimpleDefinitionManagerFactoryCreatorImpl()
public DefinitionManagerFactory createDefinitionManagerFactory(Resource resource) throws FatalException
createDefinitionManagerFactory インタフェース内 DefinitionManagerFactoryCreatorresource - FatalExceptionpublic java.lang.String getCreatorName()
getCreatorName インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
getDependCreatorNames インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
getDependFactoryKey インタフェース内 FactoryCreatorpublic Key getFactoryKey()
getFactoryKey インタフェース内 FactoryCreator