Register most of our OptionHandler implementations for automatic use
commit58dd95a35908d47bc04581f1eac495f9c3533dd9
authorShawn O. Pearce <spearce@spearce.org>
Thu, 17 Jul 2008 23:15:05 +0000 (17 19:15 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 18 Jul 2008 01:43:29 +0000 (17 21:43 -0400)
treedf1239335659263affcd19f19bd5f3b3c27a2eb7
parent04a1a76b31a65390ea3e24b00147949a29901fdd
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>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/opt/CmdLineParser.java