com.beust.jcommander
Class ParameterDescription
java.lang.Object
com.beust.jcommander.ParameterDescription
public class ParameterDescription
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterDescription
public ParameterDescription(Object object,
Parameter annotation,
Field field,
ResourceBundle bundle)
getNames
public String[] getNames()
getDescription
public String getDescription()
getParameter
public Parameter getParameter()
getField
public Field getField()
addValue
public void addValue(String value)
- Add the specified value to the field. First look up any field converter, then
any type converter, and if we can't find any, throw an exception.
Copyright © 2010. All Rights Reserved.