public class MuleStudioFeatureGenerator extends AbstractMuleStudioGenerator implements MultiModuleGenerator
Studio Feature builder. This is needed to publish the plugin in an Update Site.
This class will generate a
| Modifier and Type | Field and Description |
|---|---|
static String |
FEATURE_XML_FILENAME |
static String |
LABEL_VERSION_FORMAT |
| Constructor and Description |
|---|
MuleStudioFeatureGenerator() |
| Modifier and Type | Method and Description |
|---|---|
List<Product> |
consumes() |
void |
generate(List<org.mule.devkit.model.module.Module> modules) |
List<org.mule.devkit.model.module.Module> |
processableModules(List<org.mule.devkit.model.module.Module> modules) |
List<Product> |
produces() |
boolean |
shouldGenerate(List<org.mule.devkit.model.module.Module> modules) |
ctx, getFeatureId, getLabel, getMaxVersion, getPluginId, setCtxpublic static final String FEATURE_XML_FILENAME
public static final String LABEL_VERSION_FORMAT
public List<Product> consumes()
consumes in interface Generatorconsumes in class AbstractMuleStudioGeneratorpublic List<Product> produces()
produces in interface Generatorproduces in class AbstractMuleStudioGeneratorpublic boolean shouldGenerate(List<org.mule.devkit.model.module.Module> modules)
shouldGenerate in interface MultiModuleGeneratorpublic List<org.mule.devkit.model.module.Module> processableModules(List<org.mule.devkit.model.module.Module> modules)
processableModules in interface MultiModuleGeneratorpublic void generate(List<org.mule.devkit.model.module.Module> modules) throws GenerationException
generate in interface MultiModuleGeneratorGenerationExceptionCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.