org.tinygroup.command.config
类 CommandGoal
java.lang.Object
org.tinygroup.command.config.CommandGoal
public class CommandGoal
- extends Object
命令的Goal
- 作者:
- luoguo
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandGoal
public CommandGoal()
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getDefaultParameter
public String getDefaultParameter()
setDefaultParameter
public void setDefaultParameter(String defaultParameter)
getShortDescription
public String getShortDescription()
getCommandGoalExecutor
public CommandGoalExecutor getCommandGoalExecutor()
setShortDescription
public void setShortDescription(String shortDescription)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getParameters
public List<Parameter> getParameters()
setParameters
public void setParameters(List<Parameter> parameters)
Copyright © 2006–2016 TinyGroup. All rights reserved.