Class GraphGenerateCommand

java.lang.Object
de.mirkosertic.bytecoder.cli.GraphGenerateCommand
All Implemented Interfaces:
Callable<Integer>

public class GraphGenerateCommand extends Object implements Callable<Integer>
  • Field Details

    • parent

      GraphCommand parent
    • classpath

      protected String classpath
    • mainClass

      protected String mainClass
    • buildDirectory

      protected String buildDirectory
    • optimizationLevel

      protected String optimizationLevel
    • matchPattern

      protected String matchPattern
  • Constructor Details

    • GraphGenerateCommand

      public GraphGenerateCommand()
  • Method Details