| Interface | Description |
|---|---|
| ListenerProvider |
for commands created in commandLine.command, that don't want to have the BasicListener
attached to the created command, but rather a custom one.
|
| Class | Description |
|---|---|
| BasicListener |
A basic implementation of a CVS listener.
|
| CommandFactory |
A factory for commands.
|
| CVSCommand |
An implementation of the standard CVS client utility (command line tool)
in Java
|
| GetOpt |
Overview
GetOpt provides a general means for a Java program to parse command
line arguments in accordance with the standard Unix conventions;
it is analogous to, and based on, getopt(3) for C programs.
|