Class DeltaExtractionRunner

java.lang.Object
edu.university.ecs.lab.delta.DeltaExtractionRunner

public class DeltaExtractionRunner extends Object
Service for extracting the differences between a local and remote repository. TODO: notice how DeltaExtractionService.generateDelta() returns a set of file names, we should make this all 1 file for the multi-repo case.
  • Constructor Details

    • DeltaExtractionRunner

      public DeltaExtractionRunner()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Compares the branch specified in the Rest Extraction file to a commit on the remote repository branch name specified in the arguments and generates the delta file.
      Parameters:
      args - <compareBranch> <compareCommit> [/path/to/config]
      Throws:
      Exception