org.codehaus.modello.plugin
public abstract class AbstractModelloGenerator extends AbstractLogEnabled implements ModelloGenerator
Version: $Id: AbstractModelloGenerator.java 176 2004-12-09 03:06:36Z trygvis $
Method Summary | |
---|---|
protected void | addModelImports(JClass jClass, BaseElement baseElem) |
protected String | capitalise(String str) |
protected Version | getGeneratedVersion() |
protected Model | getModel() |
File | getOutputDirectory() |
protected String | getParameter(String name, Properties parameters) |
protected String | getParameter(Properties parameters, String name) |
protected String | getParameter(Properties parameters, String name, String defaultValue) |
protected void | initialize(Model model, Properties parameters) |
protected boolean | isClassInModel(String fieldType, Model model) |
protected boolean | isCollection(String fieldType) |
protected boolean | isEmpty(String string) |
protected boolean | isMap(String fieldType) |
protected boolean | isPackageWithVersion() |
protected String | singular(String name) |
static String | uncapitalise(String str) |
Deprecated: @{link Use getParameter( Properties, String )} instead