org.mule.devkit.generation.api
Interface Context
public interface Context
|
Method Summary |
void |
debug(String msg)
|
void |
error(String msg)
|
void |
error(String msg,
Identifiable element)
|
CodeModel |
getCodeModel()
|
Manifest |
getManifest()
|
MavenInformation |
getMavenInformation()
|
|
getModulesByProduct(Product product)
|
|
getProduct(Product product)
|
|
getProduct(Product product,
Identifiable identifiable)
|
|
getProduct(Product product,
Identifiable identifiable,
String methodName)
|
|
getProductList(Product product)
|
SchemaModel |
getSchemaModel()
|
StudioModel |
getStudioModel()
|
void |
note(String msg)
|
|
registerProduct(Product product,
Identifiable identifiable,
String methodName,
T clazz)
|
|
registerProduct(Product product,
Identifiable identifiable,
T clazz)
|
|
registerProduct(Product product,
T clazz)
|
void |
warn(String msg)
|
getCodeModel
CodeModel getCodeModel()
getSchemaModel
SchemaModel getSchemaModel()
getStudioModel
StudioModel getStudioModel()
getManifest
Manifest getManifest()
note
void note(String msg)
warn
void warn(String msg)
error
void error(String msg)
debug
void debug(String msg)
error
void error(String msg,
Identifiable element)
getProduct
<T> T getProduct(Product product)
getProduct
<T> T getProduct(Product product,
Identifiable identifiable)
getProduct
<T> T getProduct(Product product,
Identifiable identifiable,
String methodName)
registerProduct
<T> void registerProduct(Product product,
T clazz)
registerProduct
<T> void registerProduct(Product product,
Identifiable identifiable,
T clazz)
registerProduct
<T> void registerProduct(Product product,
Identifiable identifiable,
String methodName,
T clazz)
getProductList
<T> List<T> getProductList(Product product)
getModulesByProduct
<T> List<T> getModulesByProduct(Product product)
getMavenInformation
MavenInformation getMavenInformation()
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.