public class PrimaryObservableSchemaRemovableSetFactoryCreatorImpl extends java.lang.Object implements RemovableSetFactoryCreator
コンストラクタと説明 |
---|
PrimaryObservableSchemaRemovableSetFactoryCreatorImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
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 PrimaryObservableSchemaRemovableSetFactoryCreatorImpl()
public RemovableSetFactory createRemovableSetFactory(Resource resource) throws FatalException
RemovableSetFactoryCreator
createRemovableSetFactory
インタフェース内 RemovableSetFactoryCreator
FatalException
public RemovableSetFactory createRemovableSetFactory(Resource resource, java.util.Map removableInfo) throws FatalException
RemovableSetFactoryCreator
createRemovableSetFactory
インタフェース内 RemovableSetFactoryCreator
FatalException
public Key getFactoryKey()
FactoryCreator
getFactoryKey
インタフェース内 FactoryCreator
public Key[] getDependFactoryKey()
FactoryCreator
getDependFactoryKey
インタフェース内 FactoryCreator
public java.lang.String[] getDependCreatorNames()
FactoryCreator
getDependCreatorNames
インタフェース内 FactoryCreator
public java.lang.String getCreatorName()
FactoryCreator
getCreatorName
インタフェース内 FactoryCreator