public class CommandParamMetaInfo extends DestroyableBase
Stores Command parameter meta info
Destroyable.Util
logger
Constructor and Description |
---|
CommandParamMetaInfo() |
Modifier and Type | Method and Description |
---|---|
act.asm.Type |
componentType() |
CommandParamMetaInfo |
componentType(act.asm.Type type) |
boolean |
isContext() |
java.lang.String |
name() |
CommandParamMetaInfo |
name(java.lang.String name) |
ParamOptionAnnoInfo |
optionInfo() |
CommandParamMetaInfo |
optionInfo(ParamOptionAnnoInfo optionInfo) |
boolean |
readFileContent() |
CommandParamMetaInfo |
setContext() |
void |
setReadFileContent() |
act.asm.Type |
type() |
CommandParamMetaInfo |
type(act.asm.Type type) |
addSubResource, destroy, isDestroyed, releaseResources, reload, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
public CommandParamMetaInfo name(java.lang.String name)
public java.lang.String name()
public CommandParamMetaInfo type(act.asm.Type type)
public act.asm.Type type()
public CommandParamMetaInfo setContext()
public boolean isContext()
public CommandParamMetaInfo componentType(act.asm.Type type)
public act.asm.Type componentType()
public CommandParamMetaInfo optionInfo(ParamOptionAnnoInfo optionInfo)
public ParamOptionAnnoInfo optionInfo()
public void setReadFileContent()
public boolean readFileContent()
Copyright © 2014–2017 ActFramework. All rights reserved.