org.tinygroup.command.config
类 Command
java.lang.Object
org.tinygroup.command.config.Command
public class Command
- extends Object
命令,包含了多个Goal
- 作者:
- luoguo
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Command
public Command()
getShortDescription
public String getShortDescription()
setShortDescription
public void setShortDescription(String shortDescription)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getName
public String getName()
setName
public void setName(String name)
getCommandGoals
public List<CommandGoal> getCommandGoals()
setCommandGoals
public void setCommandGoals(List<CommandGoal> commandGoals)
Copyright © 2006–2016 TinyGroup. All rights reserved.