| Home >> All >> org >> greenstone >> gatherer >> [ shell Javadoc ] |
org.greenstone.gatherer.shell: Javadoc index of package org.greenstone.gatherer.shell.
Package Samples:
org.greenstone.gatherer.shell
Classes:
GShellProgressMonitor: When implemented, this interface allows another class to monitor the progress of a GShell process. Specifically implementing classes should be designed to take the textual output from the process and then translate that message into some quanitive measure of progress which can then be shown on the progress bar.
GBasicProgressMonitor: This is the most basic implementation of GShellProgressMonitor in that it doesn't even attempt to parse the process messages. Instead it has one graphic which is displayed once the start() method is called, and another which appears after the stop().
GShell: The GShell is reponsible for running a separately threaded process in the command shell. This is necessary for executing the Perl Scripts and also for other system related funcitonality.
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.
GShellListener: This interface details the methods required of a class that wishes to listen to a GShell .
GShellEvent: This class encapsulates all the information created by an event within a GShell process.
| Home | Contact Us | Privacy Policy | Terms of Service |