public static class CommandParser.Option extends Object
| Modifier and Type | Method and Description |
|---|---|
CommandParser.Option |
description(String description) |
String |
getDescription() |
String |
getMini() |
String |
getName() |
Class |
getType() |
Object |
getValue() |
void |
setDescription(String description) |
void |
setType(Class type) |
void |
setValue(Object value) |
CommandParser.Option |
type(Class type) |
CommandParser.Option |
value(Object value) |
public CommandParser.Option description(String description)
public CommandParser.Option type(Class type)
public CommandParser.Option value(Object value)
public String getMini()
public String getName()
public String getDescription()
public void setDescription(String description)
public Class getType()
public void setType(Class type)
public Object getValue()
public void setValue(Object value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.