资 源 简 介
Given a configuration file that lists the pre-programmed tasks (a scenario file, with each task corresponding to one Java class), this determines the dependencies among them and processes all of them in the right order. If multiple threads or program instances (which use the same scenario file) are used, parallel processing is possible.
The program is also capable of processing multiple files in the same way (using wildcard patterns).
See the detailed description of the configuration file here.
Requirements
This software requires Java Runtime Environment 1.6 or higher, and the following
publicly available libraries:
* lib/google-collect-1.0.jar -- Google Collections, version 1.0, available here
* lib/java-getopt-1.0.13.jar -- Java Get-Opt, version 1.0.13, available <