Class NeoFormGenerator
java.lang.Object
dev.lukebemish.taskgraphrunner.model.conversion.NeoFormGenerator
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Configconvert(Path neoFormConfig, Value selfReference, NeoFormGenerator.Options options) Convert a neoform config zip into a task graph config.
-
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 zipselfReference- how the config zip should be referenced in the generated config- Returns:
- a new task graph config
- Throws:
IOException
-