org.mule.tools.apikit
Class Scaffolder

java.lang.Object
  extended by org.mule.tools.apikit.Scaffolder

public class Scaffolder
extends Object


Constructor Summary
Scaffolder(org.apache.maven.plugin.logging.Log log, File muleXmlOutputDirectory, Map<File,InputStream> yamls, Map<File,InputStream> xmls)
           
 
Method Summary
static Scaffolder createScaffolder(org.apache.maven.plugin.logging.Log log, File muleXmlOutputDirectory, List<String> specFiles, List<String> muleXmlFiles)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scaffolder

public Scaffolder(org.apache.maven.plugin.logging.Log log,
                  File muleXmlOutputDirectory,
                  Map<File,InputStream> yamls,
                  Map<File,InputStream> xmls)
Method Detail

createScaffolder

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
Throws:
org.apache.maven.plugin.MojoExecutionException

run

public void run()


Copyright © 2013. All rights reserved.