| Package | Description |
|---|---|
| org.mule.devkit.generation.api |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Product> |
Generator.consumes() |
List<Product> |
Generator.produces() |
| Modifier and Type | Method and Description |
|---|---|
<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–2015 MuleSoft, Inc.. All rights reserved.