Class ListArgument
- java.lang.Object
-
- org.smallmind.nutsnbolts.command.template.Argument
-
- org.smallmind.nutsnbolts.command.template.ListArgument
-
public class ListArgument extends Argument
-
-
Constructor Summary
Constructors Constructor Description ListArgument(String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ArgumentTypegetType()
-
-
-
Constructor Detail
-
ListArgument
public ListArgument(String description)
-
-
Method Detail
-
getType
public ArgumentType getType()
-
getDescription
public String getDescription()
-
-