org.mule.devkit.generation.api
Interface ModuleGenerator

All Superinterfaces:
Generator

public interface ModuleGenerator
extends Generator


Method Summary
 void generate(Module module)
           
 boolean shouldGenerate(Module module)
           
 
Methods inherited from interface org.mule.devkit.generation.api.Generator
consumes, ctx, produces, setCtx
 

Method Detail

shouldGenerate

boolean shouldGenerate(Module module)

generate

void generate(Module module)
              throws GenerationException
Throws:
GenerationException


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