public class Scaffolder extends Object
| Constructor and Description |
|---|
Scaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
Map<File,InputStream> ramls,
Map<File,InputStream> xmls,
InputStream domainStream,
String muleVersion,
Set<File> ramlsWithExtensionEnabled) |
| Modifier and Type | Method and Description |
|---|---|
static Scaffolder |
createScaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
List<String> specFiles,
List<String> muleXmlFiles) |
static Scaffolder |
createScaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
List<String> specFiles,
List<String> muleXmlFiles,
String domainFile) |
static Scaffolder |
createScaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
List<String> specFiles,
List<String> muleXmlFiles,
String domainFile,
String muleVersion) |
static Scaffolder |
createScaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
List<String> specPaths,
List<String> muleXmlPaths,
String domainPath,
String muleVersion,
List<String> ramlsWithExtensionEnabledPaths) |
void |
run() |
public Scaffolder(org.apache.maven.plugin.logging.Log log,
File muleXmlOutputDirectory,
Map<File,InputStream> ramls,
Map<File,InputStream> xmls,
InputStream domainStream,
String muleVersion,
Set<File> ramlsWithExtensionEnabled)
public static Scaffolder createScaffolder(org.apache.maven.plugin.logging.Log log, File muleXmlOutputDirectory, List<String> specFiles, List<String> muleXmlFiles) throws IOException
IOExceptionpublic static Scaffolder createScaffolder(org.apache.maven.plugin.logging.Log log, File muleXmlOutputDirectory, List<String> specFiles, List<String> muleXmlFiles, String domainFile) throws IOException
IOExceptionpublic static Scaffolder createScaffolder(org.apache.maven.plugin.logging.Log log, File muleXmlOutputDirectory, List<String> specFiles, List<String> muleXmlFiles, String domainFile, String muleVersion) throws IOException
IOExceptionpublic static Scaffolder createScaffolder(org.apache.maven.plugin.logging.Log log, File muleXmlOutputDirectory, List<String> specPaths, List<String> muleXmlPaths, String domainPath, String muleVersion, List<String> ramlsWithExtensionEnabledPaths) throws IOException
IOExceptionpublic void run()
Copyright © 2021. All rights reserved.