public class UpdatableRemovableSetFactoryCreatorImpl extends java.lang.Object implements UpdatableRemovableSetFactoryCreator
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
KEY_After |
static Key |
KEY_Before |
static Key |
KEY_Completion |
static Key |
KEY_Ptype |
static Key |
KEY_UpdatableRemovable |
コンストラクタと説明 |
---|
UpdatableRemovableSetFactoryCreatorImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
UpdatableRemovableSetFactory |
createUpdatableRemovableSetFactory(Resource resource)
UpdatableRemovableSetFactoryを生成する。
|
UpdatableRemovableSetFactory |
createUpdatableRemovableSetFactory(Resource resource,
java.util.Map removableInfo)
Intenal 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_Before
public static final Key KEY_After
public static final Key KEY_Ptype
public static final Key KEY_Completion
public static final Key KEY_UpdatableRemovable
public UpdatableRemovableSetFactory createUpdatableRemovableSetFactory(Resource resource) throws FatalException
UpdatableRemovableSetFactoryCreator
createUpdatableRemovableSetFactory
インタフェース内 UpdatableRemovableSetFactoryCreator
FatalException
public UpdatableRemovableSetFactory createUpdatableRemovableSetFactory(Resource resource, java.util.Map removableInfo) throws FatalException
UpdatableRemovableSetFactoryCreator
createUpdatableRemovableSetFactory
インタフェース内 UpdatableRemovableSetFactoryCreator
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