createArtifactGenerator

fun createArtifactGenerator(generatorId: String, options: Map<String, Any?>, outputDir: File): ArtifactGenerator

Creates an ArtifactGenerator instance for the given generator ID using built-in factories.

Inputs: generator id, generator options, and output directory. Output: configured ArtifactGenerator. Errors: throws if the generator id is unknown.