org.mule.devkit.generation.api
Interface MultiModuleGenerator

All Superinterfaces:
Generator

public interface MultiModuleGenerator
extends Generator


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

Method Detail

shouldGenerate

boolean shouldGenerate(List<Module> module)

generate

void generate(List<Module> module)
              throws GenerationException
Throws:
GenerationException


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.