public class Scaffolder extends Object
| Constructor and Description |
|---|
Scaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
Map<File,InputStream> yamls,
Map<File,InputStream> xmls) |
| Modifier and Type | Method and Description |
|---|---|
static Scaffolder |
createScaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
List<String> specFiles,
List<String> muleXmlFiles) |
void |
run() |
public Scaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
Map<File,InputStream> yamls,
Map<File,InputStream> xmls)
public static Scaffolder createScaffolder(org.apache.maven.plugin.logging.Log log, File muleXmlOutputDirectory, List<String> specFiles, List<String> muleXmlFiles) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void run()
Copyright © 2014. All rights reserved.