org.mule.tools.apikit
Class ScaffolderAPI

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

public class ScaffolderAPI
extends Object


Constructor Summary
ScaffolderAPI()
           
 
Method Summary
 void run(List<File> yamlFiles, File appDir)
          Modifies or creates the Mule config files which are contained in the appDir directory by running the scaffolder on the yamlFiles passed as parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaffolderAPI

public ScaffolderAPI()
Method Detail

run

public void run(List<File> yamlFiles,
                File appDir)
Modifies or creates the Mule config files which are contained in the appDir directory by running the scaffolder on the yamlFiles passed as parameter.

Parameters:
yamlFiles - the yamlFiles to which the scaffolder will be run on
appDir - the directory which contained the generated Mule config files


Copyright © 2013. All rights reserved.