org.mule.devkit.generation.api
Interface PostProcessor


public interface PostProcessor

A post processor acts after the generation has ocurred.


Method Summary
 void postProcess(Context context)
          Applies the post processor to the Context
 

Method Detail

postProcess

void postProcess(Context context)
                 throws PostProcessorException
Applies the post processor to the Context

Parameters:
context - The context to process.
Throws:
PostProcessorException


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