Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.greenstone.gatherer.shell

Interface Summary
GShellListener This interface details the methods required of a class that wishes to listen to a GShell.
GShellProgressMonitor When implemented, this interface allows another class to monitor the progress of a GShell process.
 

Class Summary
GBasicProgressMonitor This is the most basic implementation of GShellProgressMonitor in that it doesn't even attempt to parse the process messages.
GBuildProgressMonitor This implementation of GShellProgressMonitor is designed to parse and translate the progress of a buildcol.pl call.
GImportProgressMonitor This implementation of GShellProgressMonitor is designed to parse and translate the progress of a import.pl call.
GShell The GShell is reponsible for running a separately threaded process in the command shell.
GShellEvent This class encapsulates all the information created by an event within a GShell process.