This article describes the Options class, a helper
class that helps process command line arguments for Java tools.
Options offers a simple and convenient approach to
define the acceptable syntax for such tools and then handles all
the required syntax checks. Additional methods provide access to
all the options' details and other data provided on the command
line. This generic app argumentscommanddevelopmentjavalineoptionstools in Public bookmarkswith commandjavalineprogrammingby 2 users