Package analyzer

Class AnalyzerCli

java.lang.Object
analyzer.AnalyzerCli

public class AnalyzerCli extends Object
The main entrypoint to the Java analyzer from the command-line. The CLI expects three arguments and is used like this:
 java -jar java-analyzer.jar exercise-slug /path/to/input /path/to/output
 
  • Constructor Details

    • AnalyzerCli

      public AnalyzerCli()
  • Method Details