Uses of Interface
org.mule.devkit.generation.api.Context

Packages that use Context
org.mule.devkit.generation.api   
org.mule.devkit.generation.api.gatherer.printing   
 

Uses of Context in org.mule.devkit.generation.api
 

Methods in org.mule.devkit.generation.api that return Context
 Context Generator.ctx()
           
 

Methods in org.mule.devkit.generation.api with parameters of type Context
 void PostProcessor.postProcess(Context context, NotificationGatherer gatherer)
          Applies the post processor to the Context
 void Generator.setCtx(Context generationContext)
           
 

Uses of Context in org.mule.devkit.generation.api.gatherer.printing
 

Methods in org.mule.devkit.generation.api.gatherer.printing with parameters of type Context
 void PrinterGatherer.printErrors(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 void GathererPrinterHelper.printErrors(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 void GathererPrinterHelper.printKind(List<Notification> notificationsNotes, ProcessingEnvironment processingEnv, Context context, Diagnostic.Kind kind, String singular, String plural)
          Given a list of Notifications, and a criteria to print them (see Diagnostic.Kind), it will iterate over the list to describe while sorting them in a pretty way.
 void PrinterGatherer.printNotes(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 void GathererPrinterHelper.printNotes(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 void PrinterGatherer.printWarnings(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 void GathererPrinterHelper.printWarnings(NotificationGatherer notificationGatherer, ProcessingEnvironment processingEnv, Context context)
           
 



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