org.mule.devkit.generation.studio
Class MuleStudioManifestGenerator

java.lang.Object
  extended by org.mule.devkit.generation.studio.AbstractMuleStudioGenerator
      extended by org.mule.devkit.generation.studio.AbstractMuleStudioNamespaceGenerator
          extended by org.mule.devkit.generation.studio.MuleStudioManifestGenerator
All Implemented Interfaces:
Generator, ModuleGenerator

public class MuleStudioManifestGenerator
extends AbstractMuleStudioNamespaceGenerator


Nested Class Summary
 class MuleStudioManifestGenerator.EclipsePlugin
           
 
Constructor Summary
MuleStudioManifestGenerator()
           
 
Method Summary
 List<Product> consumes()
           
 void generate(org.mule.devkit.model.module.Module module)
           
 List<Product> produces()
           
 
Methods inherited from class org.mule.devkit.generation.studio.AbstractMuleStudioNamespaceGenerator
shouldGenerate
 
Methods inherited from class org.mule.devkit.generation.studio.AbstractMuleStudioGenerator
ctx, setCtx
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.devkit.generation.api.Generator
ctx, setCtx
 

Constructor Detail

MuleStudioManifestGenerator

public MuleStudioManifestGenerator()
Method Detail

consumes

public List<Product> consumes()
Specified by:
consumes in interface Generator
Overrides:
consumes in class AbstractMuleStudioGenerator

produces

public List<Product> produces()
Specified by:
produces in interface Generator
Overrides:
produces in class AbstractMuleStudioGenerator

generate

public void generate(org.mule.devkit.model.module.Module module)
              throws GenerationException
Throws:
GenerationException


Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.