org.mule.devkit.generation.javadoc
Class ExamplesPostProcessor

java.lang.Object
  extended by org.mule.devkit.generation.javadoc.ExamplesPostProcessor
All Implemented Interfaces:
PostProcessor

public class ExamplesPostProcessor
extends Object
implements PostProcessor


Constructor Summary
ExamplesPostProcessor()
           
 
Method Summary
 void postProcess(Context context)
           
protected  void validateExampleAgainstSchema(org.mule.devkit.model.module.Module module, org.mule.devkit.model.Method method, File schema, String example)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamplesPostProcessor

public ExamplesPostProcessor()
Method Detail

postProcess

public void postProcess(Context context)
                 throws PostProcessorException
Specified by:
postProcess in interface PostProcessor
Throws:
PostProcessorException

validateExampleAgainstSchema

protected void validateExampleAgainstSchema(org.mule.devkit.model.module.Module module,
                                            org.mule.devkit.model.Method method,
                                            File schema,
                                            String example)
                                     throws PostProcessorException
Throws:
PostProcessorException


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