Class YamlPlanSchemaGenerationTool

java.lang.Object
step.plans.parser.yaml.schema.YamlPlanSchemaGenerationTool

public class YamlPlanSchemaGenerationTool extends Object
The tool to generate a json schema for Yaml plans. To run the tool you need to specify the output file (full path) for generated json schema as a command line argument. For example: > java step.plans.parser.yaml.schema.YamlPlanSchemaGenerationTool C:\\temp\\step-yaml-plan-schema-os-1.0.json
  • Constructor Details

    • YamlPlanSchemaGenerationTool

      public YamlPlanSchemaGenerationTool()
  • Method Details

    • main

      public static void main(String[] args)