org.mule.devkit.generation.api.gatherer.printing
Interface PrinterGatherer

All Known Implementing Classes:
GathererPrinterHelper

public interface PrinterGatherer

Interface to print messages from Gatherer


Method Summary
 void printErrors(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 void printNotes(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 void printWarnings(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 

Method Detail

printErrors

void printErrors(NotificationGatherer notificationGatherer,
                 ProcessingEnvironment processingEnv,
                 Context context)

printWarnings

void printWarnings(NotificationGatherer notificationGatherer,
                   ProcessingEnvironment processingEnv,
                   Context context)

printNotes

void printNotes(NotificationGatherer notificationGatherer,
                ProcessingEnvironment processingEnv,
                Context context)


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