getopt-0.3

Package jrowe.getopt

This is a package to parse command-line options.

See:
          Description

Interface Summary
GetOptions An object that stores a list of Option objects and then parse command line arguments using them.
Option An interface representing a program option.
OptionMethod A concrete Runnable object that stores an argument.
 

Class Summary
AbstractOptionMethod An abstract OptionMethod object that stores an argument.
DefaultGetOptions This is the default implementation of a GetOptions object.
DefaultOption This is the default implementation of an Option.
 

Exception Summary
OptionException An Exception representing when there has been an invalid option detected in the command line arguments.
 

Package jrowe.getopt Description

This is a package to parse command-line options.


References:

Bash

An excerpt from the manpage regarding the getopt function.
( Online version )

The entire manpage online.

glibc

An excerpt from the manpage regarding the getopt function.
( Online version )

The entire manpage online.

Perl Getopt::Long Module

An excerpt from the manpage regarding the getopt module.
( Online version )

Perl Getopt::Std Module

An excerpt from the manpage regarding the getopt module.
( Online version )

gnu.getopt Package

An excerpt from the api documentation.
( Api Documentation )

Arguments Package

An excerpt from the api documentation.
( Api Documentation )

www.4th.com
( Api Documentation )


getopt-0.3