Lvg Java
2006p Version

Package gov.nih.nlm.nls.lvg.CmdLineSyntax

Provides Java classes necessary to create a command line system.

See:
          Description

Class Summary
Option The class Option represents an object of a command line system.
OptionFlag This class OptionFlag represents an object of an option flag.
OptionItem This class represnets the basic elements of an option list.
OptionList This OptionList class includes basic operations for a option list.
OptionMain This class provides an example of using CmdLineSyntax package and OptionTest.
OptionTest This class demostrates how to customize a specific command line syntax by using this package.
OptionUtility This class provides utility functions for Option operations.
SystemOption This is an abstract class for all systems to use and setup system command line syntax.
 

Package gov.nih.nlm.nls.lvg.CmdLineSyntax Description

Provides Java classes necessary to create a command line system.

This package provides an API for build a command line system (up to five levels). Baiscally, a command is composed of program and options. An option is a linked list composed of option items. An option item composed by option flags and opotin arguments.

Features

Belows are some features of this package:

Usage

Related Documents

Since:
2002

Lvg Java
2006p Version

Submit a bug or feature

Copyright © 2006p National Library of Medicine