com.crankuptheamps.spark
Class CommandOption
java.lang.Object
com.crankuptheamps.spark.CommandOption
public class CommandOption
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandOption
public CommandOption(String name,
String description,
boolean required)
CommandOption
public CommandOption(String name,
String description,
String defaultValue)
getName
public String getName()
getValue
public String getValue()
setValue
public void setValue(String value)
hasValue
public boolean hasValue()
getDescription
public String getDescription()
isRequired
public boolean isRequired()
getDefaultValue
public String getDefaultValue()