java.lang.Object
dev.lukebemish.taskgraphrunner.model.conversion.NeoFormGenerator

public final class NeoFormGenerator extends Object
  • Method Details

    • convert

      public static Config convert(Path neoFormConfig, Value selfReference, NeoFormGenerator.Options options) throws IOException
      Convert a neoform config zip into a task graph config.
      Parameters:
      neoFormConfig - the path to the neoform config zip
      selfReference - how the config zip should be referenced in the generated config
      Returns:
      a new task graph config
      Throws:
      IOException