public class ObservationsSchemaRemovableSetFactoryCreatorImpl extends java.lang.Object implements RemovableSetFactoryCreator
| コンストラクタと説明 |
|---|
ObservationsSchemaRemovableSetFactoryCreatorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 ObservationsSchemaRemovableSetFactoryCreatorImpl()
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