return (EnunciateFreemarkerModel) FreemarkerModel.get();
}
};
module.init(enunciate);
EnunciateFreemarkerModel model = module.getModel();
model.put("file", new SpecifiedOutputDirectoryFileTransform(genDir));
model.put("message", message);
model.put("Introspector", BeansWrapper.getDefaultInstance().getStaticModels().get("java.beans.Introspector"));
module.processTemplate(templateURL, model);
Collection<String> srcFiles = enunciate.getJavaFiles(genDir);