public class CommandService extends AbstractTypedMetaDataService<MetaMetaCommand,MetaMetaCommand.MetaCommandRuntime> implements Service
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
CommandService.TypeMap |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static java.lang.String |
COMMAND_META_META_PATH |
static java.lang.String |
COMMAND_META_PATH |
| コンストラクタと説明 |
|---|
CommandService() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroy() |
static java.lang.String |
getFixedPath() |
java.lang.Class<MetaMetaCommand> |
getMetaDataType()
メタデータのクラスを取得します。
|
java.lang.Class<MetaMetaCommand.MetaCommandRuntime> |
getRuntimeType()
メタデータのRuntimeクラスを取得します。
|
void |
init(Config config) |
createMetaData, getRuntimeById, getRuntimeByName, list, list, nameList, removeMetaData, updateMetaDatapublic static final java.lang.String COMMAND_META_PATH
public static final java.lang.String COMMAND_META_META_PATH
public static java.lang.String getFixedPath()
public java.lang.Class<MetaMetaCommand> getMetaDataType()
TypedMetaDataServicegetMetaDataType インタフェース内 TypedMetaDataService<MetaMetaCommand,MetaMetaCommand.MetaCommandRuntime>public java.lang.Class<MetaMetaCommand.MetaCommandRuntime> getRuntimeType()
TypedMetaDataServicegetRuntimeType インタフェース内 TypedMetaDataService<MetaMetaCommand,MetaMetaCommand.MetaCommandRuntime>