public final class RemovableSetFactoryCreatorForUpdatableImpl extends java.lang.Object implements RemovableSetFactoryCreator
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Key |
KEY_RemoveInfo |
| コンストラクタと説明 |
|---|
RemovableSetFactoryCreatorForUpdatableImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RemovableSetFactory |
createRemovableSetFactory(Resource resource)
RemovableSetFactoryを生成する。
|
RemovableSetFactory |
createRemovableSetFactory(Resource resource,
java.util.Map removableInfo)
Internal use only.
|
java.lang.String |
getCreatorName()
Creatorの名前を返す。
|
java.lang.String[] |
getDependCreatorNames()
Creatorが依存する他のCreatorキー名を表す。
|
Key[] |
getDependFactoryKey()
Creatorが依存する他のFactoryのキー名を表す。
|
Key |
getFactoryKey()
Resourceで対応するFactoryキー名を返す。
|
public static final Key KEY_RemoveInfo
public RemovableSetFactoryCreatorForUpdatableImpl()
public RemovableSetFactory createRemovableSetFactory(Resource resource) throws FatalException
RemovableSetFactoryCreatorcreateRemovableSetFactory インタフェース内 RemovableSetFactoryCreatorFatalExceptionpublic RemovableSetFactory createRemovableSetFactory(Resource resource, java.util.Map removableInfo) throws FatalException
RemovableSetFactoryCreatorcreateRemovableSetFactory インタフェース内 RemovableSetFactoryCreatorFatalExceptionpublic Key getFactoryKey()
FactoryCreatorgetFactoryKey インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
FactoryCreatorgetDependFactoryKey インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
FactoryCreatorgetDependCreatorNames インタフェース内 FactoryCreatorpublic java.lang.String getCreatorName()
FactoryCreatorgetCreatorName インタフェース内 FactoryCreator