Create a lightweight registration wrapper for TextBuiltin
commit799cb9486377f98921ba71bae22717e15bcd0a51
authorShawn O. Pearce <spearce@spearce.org>
Mon, 21 Jul 2008 05:18:23 +0000 (21 01:18 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 31 Jul 2008 02:47:04 +0000 (30 19:47 -0700)
tree88493be7cf2fdfc275782c008cd7d7b2be2c5789
parentb5d78df7b56a349940f9c4148778204791d086ff
Create a lightweight registration wrapper for TextBuiltin

Automatic command list generation requires knowing what commands
are available to this runtime, and what name those commands can be
called as by the end-user.  This lightweight wrappers carries the
data from the Command annotation, possibly filling in the name of
the command by generating it from the implementation class name.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/CommandRef.java [new file with mode: 0644]