Terasology
Terasology copied to clipboard
feat: implement progress monitor for monitor jgit command execution.
Contains
ProgressMonitor classes for further integration.
How to test
Single-thread:
- Integrate monitor to one of jgit commands. (how noted at javadoc)
- runs this command
Multi-thread:
- make one of jgit command to run in parallel
- Integrate monitor to one of jgit commands. (how noted at javadoc)
- runs this command