public class DefaultNotificationHookFactoryCreatorImpl extends java.lang.Object implements NotificationHookFactoryCreator
コンストラクタと説明 |
---|
DefaultNotificationHookFactoryCreatorImpl()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
NotificationHookFactory |
createNotificationHookFactory(Resource resource)
ResourceからNotificationHookFactoryを生成する
|
java.lang.String |
getCreatorName()
このCreatorの名称を返す
|
java.lang.String[] |
getDependCreatorNames()
依存関係にある他のCreatorの名称を配列で返す
|
Key[] |
getDependFactoryKey()
依存関係にある他のFactoryのキーを配列で返す
|
Key |
getFactoryKey()
このCreatorが生成するFactoryのキーを返す
|
public DefaultNotificationHookFactoryCreatorImpl()
public NotificationHookFactory createNotificationHookFactory(Resource resource) throws FatalException
createNotificationHookFactory
インタフェース内 NotificationHookFactoryCreator
resource
- FatalException
public java.lang.String getCreatorName()
getCreatorName
インタフェース内 FactoryCreator
public java.lang.String[] getDependCreatorNames()
getDependCreatorNames
インタフェース内 FactoryCreator
public Key[] getDependFactoryKey()
getDependFactoryKey
インタフェース内 FactoryCreator
public Key getFactoryKey()
getFactoryKey
インタフェース内 FactoryCreator