Package com.beust.jcommander

Interface Summary
IDefaultProvider Allows the specification of default values.
IParameterValidator The class used to validate parameters.
IStringConverter<T> An interface that converts strings to any arbitrary type.
IStringConverterFactory A factory for IStringConverter.
 

Class Summary
JCommander The main class for JCommander.
ParameterDescription  
 

Exception Summary
MissingCommandException Thrown when a command was expected.
ParameterException The main exception that JCommand will throw when something goes wrong while parsing parameters.
 

Annotation Types Summary
Parameter  
Parameters An annotation used to specify settings for parameter parsing.
ResourceBundle Deprecated. use @Parameters
 



Copyright © 2011. All Rights Reserved.