net.ultrametrics.qcvs
Class Visualizer

java.lang.Object
  |
  +--net.ultrametrics.util.TestConsole
        |
        +--net.ultrametrics.qcvs.BaseBrowser
              |
              +--net.ultrametrics.qcvs.Browser
                    |
                    +--net.ultrametrics.qcvs.Visualizer

public class Visualizer
extends Browser

A class and console utility for browsing and visualizing repositories.


Fields inherited from class net.ultrametrics.qcvs.Browser
interrogator, WARNING_NO_REPOSITORY
 
Fields inherited from class net.ultrametrics.qcvs.BaseBrowser
cwd, ERROR_INVALID_RCS, ERROR_NO_DIRECTORY, ERROR_NO_FILE, ERROR_NO_VERSION, file, MESG_USAGE, PATH_CWD, PROMPT, STRING_OK, WARNING_NOT_IMPLEMENTED
 
Constructor Summary
Visualizer(java.lang.String path)
          Create a new visualizer starting at the specified location.
 
Method Summary
protected  java.lang.String command_help()
           
 java.lang.String command_view(java.lang.String[] args)
           
 java.lang.String doCommand(java.lang.String command, java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class net.ultrametrics.qcvs.Browser
command_list, command_load, command_show, command_status, command_unload
 
Methods inherited from class net.ultrametrics.qcvs.BaseBrowser
command_pwd, setCommandLine
 
Methods inherited from class net.ultrametrics.util.TestConsole
command_gc, command_memory, command_properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Visualizer

public Visualizer(java.lang.String path)
Create a new visualizer starting at the specified location.
Parameters:
path - the starting current working directory.
Method Detail

doCommand

public java.lang.String doCommand(java.lang.String command,
                                  java.lang.String[] args)
Overrides:
doCommand in class Browser

command_view

public java.lang.String command_view(java.lang.String[] args)

command_help

protected java.lang.String command_help()
Overrides:
command_help in class Browser

main

public static void main(java.lang.String[] args)