public class SimpleCalendarSchemaFactoryCreatorImpl extends java.lang.Object implements CalendarSchemaFactoryCreator
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Key |
KEY_CalendarEntryURL
エントリファイルURLの取得キー
|
| コンストラクタと説明 |
|---|
SimpleCalendarSchemaFactoryCreatorImpl()
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CalendarSchemaFactory |
createCalendarSchemaFactory(Resource resource)
CalendarSchemaFactoryを生成して返す
|
java.lang.String |
getCreatorName()
このCreatorの名称を返す
|
java.lang.String[] |
getDependCreatorNames()
依存関係にある他のCreatorの名称を配列で返す
|
Key[] |
getDependFactoryKey()
依存関係にある他のFactoryのキーを配列で返す
|
Key |
getFactoryKey()
このCreatorが生成するFactoryのキーを返す
|
public static final Key KEY_CalendarEntryURL
public SimpleCalendarSchemaFactoryCreatorImpl()
public CalendarSchemaFactory createCalendarSchemaFactory(Resource resource) throws FatalException
createCalendarSchemaFactory インタフェース内 CalendarSchemaFactoryCreatorresource - 実行時カーネルリソースFatalExceptionpublic java.lang.String getCreatorName()
getCreatorName インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
getDependCreatorNames インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
getDependFactoryKey インタフェース内 FactoryCreatorpublic Key getFactoryKey()
getFactoryKey インタフェース内 FactoryCreator