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, NotificationGatherer gatherer)
          Applies the post processor to the Context
 

Method Detail

postProcess

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

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


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