org.codehaus.modello.plugin
public abstract class AbstractModelloGenerator extends AbstractLogEnabled implements ModelloGenerator
Version: $Id: AbstractModelloGenerator.java 688 2006-11-21 13:45:03Z brett $
| 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 String | getPrefix(JavaFieldMetadata javaFieldMetadata) |
| 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