public class UpdatableFactoryCreatorSimpleImpl extends java.lang.Object implements UpdatableFactoryCreator
| コンストラクタと説明 |
|---|
UpdatableFactoryCreatorSimpleImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
UpdatableFactory |
createUpdatableFactory(Resource resource) |
java.lang.String |
getCreatorName()
Creatorの名前を返す。
|
java.lang.String[] |
getDependCreatorNames()
Creatorが依存する他のCreatorキー名を表す。
|
Key[] |
getDependFactoryKey()
Creatorが依存する他のFactoryのキー名を表す。
|
Key |
getFactoryKey()
Resourceで対応するFactoryキー名を返す。
|
public UpdatableFactory createUpdatableFactory(Resource resource) throws FatalException
createUpdatableFactory インタフェース内 UpdatableFactoryCreatorFatalExceptionpublic Key getFactoryKey()
FactoryCreatorgetFactoryKey インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
FactoryCreatorgetDependFactoryKey インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
FactoryCreatorgetDependCreatorNames インタフェース内 FactoryCreatorpublic java.lang.String getCreatorName()
FactoryCreatorgetCreatorName インタフェース内 FactoryCreator