public interface Context
CodeModel getCodeModel()
SchemaModel getSchemaModel()
StudioModel getStudioModel()
ModuleModel getApidocModel()
Manifest getManifest()
Messager getMessager()
void note(String msg)
void warn(String msg)
void error(String msg)
void debug(String msg)
void error(String msg, Identifiable element)
void warn(String msg, Identifiable element)
void note(String msg, Identifiable element)
void printStack(Exception e)
<T> T getProduct(Product product)
<T> T getProduct(Product product, Identifiable identifiable)
<T> T getProduct(Product product, Identifiable identifiable, String methodName)
<T> void registerProduct(Product product, T clazz)
<T> void registerProduct(Product product, Identifiable identifiable, T clazz)
<T> void registerProduct(Product product, Identifiable identifiable, String methodName, T clazz)
MavenInformation getMavenInformation()
void registerApidocModel(ModuleModel apidocModel, Identifiable module)
Filer getFiler()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.