Class GraphGenerateCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public class GraphGenerateCommand
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    • Field Detail

      • classpath

        protected java.lang.String classpath
      • mainClass

        protected java.lang.String mainClass
      • buildDirectory

        protected java.lang.String buildDirectory
      • optimizationLevel

        protected java.lang.String optimizationLevel
      • matchPattern

        protected java.lang.String matchPattern
    • Constructor Detail

      • GraphGenerateCommand

        public GraphGenerateCommand()
    • Method Detail

      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception