Register most of our OptionHandler implementations for automatic use
commit5c69ee9381441c3db63c278f6c713fc786f3bfbe
authorShawn O. Pearce <spearce@spearce.org>
Fri, 18 Jul 2008 01:44:08 +0000 (17 21:44 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 23 Jul 2008 19:52:08 +0000 (23 21:52 +0200)
treee49120ecb4dd2cccab1a5d46341305fc22e5024f
parent84c1d7208fd4bb1fb13f6938306322f21ca033c1
Register most of our OptionHandler implementations for automatic use

Most of these types are common in our command line tools and we
will want to use them over and over again.  So we can register
them in our class initializer and be certain they get associated
to an instance member automatically by type.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/opt/CmdLineParser.java