|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
Context.getModulesByProduct(Product product)
|
|
|
Context.getProduct(Product product)
|
|
|
Context.getProduct(Product product,
Identifiable identifiable)
|
|
|
Context.getProduct(Product product,
Identifiable identifiable,
String methodName)
|
|
|
Context.getProductList(Product product)
|
|
|
Context.registerProduct(Product product,
Identifiable identifiable,
String methodName,
T clazz)
|
|
|
Context.registerProduct(Product product,
Identifiable identifiable,
T clazz)
|
|
|
Context.registerProduct(Product product,
T clazz)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||