org.tinygroup.command.config
类 CommandGoal

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

public class CommandGoal
extends Object

命令的Goal

作者:
luoguo

构造方法摘要
CommandGoal()
           
 
方法摘要
 String getClassName()
           
 CommandGoalExecutor getCommandGoalExecutor()
           
 String getDefaultParameter()
           
 String getDescription()
           
 String getName()
           
 List<Parameter> getParameters()
           
 String getShortDescription()
           
 void setClassName(String className)
           
 void setDefaultParameter(String defaultParameter)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setParameters(List<Parameter> parameters)
           
 void setShortDescription(String shortDescription)
           
 
从类 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.