org.mule.devkit.generation.atgenerated
Class AtGeneratedGenerator

java.lang.Object
  extended by org.mule.devkit.generation.atgenerated.AbstractAtGeneratedGenerator
      extended by org.mule.devkit.generation.atgenerated.AtGeneratedGenerator
All Implemented Interfaces:
Generator, ModuleGenerator

public class AtGeneratedGenerator
extends AbstractAtGeneratedGenerator


Field Summary
 
Fields inherited from class org.mule.devkit.generation.atgenerated.AbstractAtGeneratedGenerator
context
 
Constructor Summary
AtGeneratedGenerator()
           
 
Method Summary
 List<Product> consumes()
           
 void generate(org.mule.devkit.model.module.Module module)
           
 List<Product> produces()
           
 boolean shouldGenerate(org.mule.devkit.model.module.Module module)
           
 
Methods inherited from class org.mule.devkit.generation.atgenerated.AbstractAtGeneratedGenerator
ctx, ref, ref, ref, setCtx
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtGeneratedGenerator

public AtGeneratedGenerator()
Method Detail

consumes

public List<Product> consumes()

produces

public List<Product> produces()

shouldGenerate

public boolean shouldGenerate(org.mule.devkit.model.module.Module module)

generate

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


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