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
 NotificationGatherer getGatherer()
           
 void postProcess(Context context, NotificationGatherer gatherer)
           
 void setGatherer(NotificationGatherer gatherer)
           
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

getGatherer

public NotificationGatherer getGatherer()

setGatherer

public void setGatherer(NotificationGatherer gatherer)

postProcess

public void postProcess(Context context,
                        NotificationGatherer gatherer)
                 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–2015 MuleSoft, Inc.. All rights reserved.