Uses of Class
org.mule.devkit.generation.api.Product

Packages that use Product
org.mule.devkit.generation.api   
 

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

Methods in org.mule.devkit.generation.api that return Product
static Product Product.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Product[] Product.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mule.devkit.generation.api that return types with arguments of type Product
 List<Product> Generator.consumes()
           
 List<Product> Generator.produces()
           
 

Methods in org.mule.devkit.generation.api with parameters of type Product
<T> List<T>
Context.getModulesByProduct(Product product)
           
<T> T
Context.getProduct(Product product)
           
<T> T
Context.getProduct(Product product, Identifiable identifiable)
           
<T> T
Context.getProduct(Product product, Identifiable identifiable, String methodName)
           
<T> List<T>
Context.getProductList(Product product)
           
<T> void
Context.registerProduct(Product product, Identifiable identifiable, String methodName, T clazz)
           
<T> void
Context.registerProduct(Product product, Identifiable identifiable, T clazz)
           
<T> void
Context.registerProduct(Product product, T clazz)
           
 



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