summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/beust/jcommander/ParameterDescription.java
Commit message (Expand)AuthorAgeFilesLines
* fix for issue200 Incorrect usage() formatting with single long optionsManuel Boillod2014-11-161-1/+0
* add possibility to allow parameter overwriting (and even disallowing it for c...helllth2014-07-221-1/+5
* IParameterValidator2.Cedric Beust2012-08-071-2/+7
* Make getParameter() public.Cedric Beust2012-08-051-1/+1
* Don't wrap a ParameterException in a ParameterException.Cedric Beust2012-08-021-0/+2
* Fixed: Bugs with the PositiveInteger validatorCedric Beust2012-07-171-0/+2
* Added: @Parameter(help = true)Cedric Beust2012-07-041-0/+4
* Support for setters on top of fields.Cedric Beust2012-06-241-44/+37
* Added: IValueValidator to validate parameter values (typed) as oppoed to IPar...Cedric Beust2012-06-101-1/+24
* Merge.Cedric Beust2012-05-021-2/+1
* Don't display no-op validations in debug mode.Cedric Beust2012-05-021-1/+5
* Fixed: GITHUB-105: If no description is given for an enum, use that enum's va...Cedric Beust2012-03-121-1/+3
* [Enum Args] If not set, the description of an enum arg is set to the list of ...Adrian Muraru2012-02-251-1/+8
* Fixed NPE in usage().Cedric Beust2012-01-111-1/+1
* Automatic handling of arities for @DynamicParameter.Cedric Beust2012-01-101-0/+4
* Working @DynamicParameter.Cedric Beust2012-01-101-6/+19
* More DynamicParameter work.Cedric Beust2012-01-101-6/+16
* First step implementing DynamicParameter.Cedric Beust2012-01-101-16/+36
* Issue #86: Use Console() when possible instead of System.out to preserveJulien HENRY2011-11-291-2/+2
* Fixed: Main parameters are now validated as well (Connor Mullen).Cedric Beust2011-11-251-13/+13
* Minor collection fixes.Cedric Beust2011-09-021-14/+2
* Merge pull request #77 from acornejo/masterCedric Beust2011-09-021-1/+9
|\
| * Added support for floats and doubles.Alex Cornejo2011-08-301-1/+9
* | Fixed silly setter mistake.Cedric Beust2011-09-021-3/+3
|/
* Fixed: Fields of type Set (HashSet and SortedSet) are now supportedCedric Beust2011-08-171-7/+9
* Fixed: Default values with a validator were being validate at parse() time in...Cedric Beust2011-06-131-11/+24
* Fixed issue #64 (wrong default value behaviour in for list parameters), and a...rodionmoiseev2011-05-291-4/+30
* Suppress a few warnings.Cedric Beust2011-03-101-0/+1
* First pass at implementing validators.Cedric Beust2011-03-091-3/+18
* Removed Javadoc warnings.Cedric Beust2011-01-041-3/+0
* Alphabetical usage.Cedric Beust2010-11-281-2/+12
* Better usage().Cedric Beust2010-11-271-2/+4
* Applied jstrachan's patch for usageCedric Beust2010-08-161-0/+10
* RenamingCedric Beust2010-08-161-1/+6
* Added license headers with mvn -P license license:formatCedric Beust2010-08-051-0/+18
* Displaying correct usage for commandsCedric Beust2010-08-011-26/+12
* Moved findConverter to JCommanderCedric Beust2010-07-291-65/+32
* Replace log() with p()Cedric Beust2010-07-281-2/+2
* Fixed a few generics warningsCedric Beust2010-07-281-5/+0
* Added addConverterFactoryCedric Beust2010-07-281-23/+29
* Added support for --Cedric Beust2010-07-271-0/+6
* Added PropertyFileDefaultProviderCedric Beust2010-07-271-4/+5
* More tests for default providersCedric Beust2010-07-261-4/+11
* First pass at implementing separatorsCedric Beust2010-07-231-4/+11
* Introduced @Parameters, moved resourceBundle thereCedric Beust2010-07-231-5/+23
* Fixed List bugCedric Beust2010-07-221-4/+8
* Including the option name in the conversion error messageCedric Beust2010-07-211-5/+33
* Usage is sorted and alignedCedric Beust2010-07-201-5/+11
* Added traces with -Djcommander.debug=trueCedric Beust2010-07-181-0/+7
* Removed unused fieldCedric Beust2010-07-161-5/+0