org.tinygroup.command.config
类 Command

java.lang.Object
  继承者 org.tinygroup.command.config.Command

public class Command
extends Object

命令,包含了多个Goal

作者:
luoguo

构造方法摘要
Command()
           
 
方法摘要
 List<CommandGoal> getCommandGoals()
           
 String getDescription()
           
 String getName()
           
 String getShortDescription()
           
 void setCommandGoals(List<CommandGoal> commandGoals)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setShortDescription(String shortDescription)
           
 
从类 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.