Class GraphGenerator

java.lang.Object
net.officefloor.model.generate.GraphGenerator

public class GraphGenerator extends Object
Generates all the models.
Author:
Daniel Sagenschneider
  • Constructor Details

    • GraphGenerator

      public GraphGenerator()
  • Method Details

    • generate

      public void generate(File rawDir, File outputDir) throws Exception
      Generates the models from the configuration in the raw directory and puts them in the output directory.
      Parameters:
      rawDir - Raw directory containing the model files.
      outputDir - Directory to write the resulting models.
      Throws:
      Exception - If fails to generate the models.