|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.tools.patternmetaengine.AppBuilder
This is the core utility that will generate a complete CRUD application from a domain object model.
| Constructor Summary | |
AppBuilder(String name)
Creates a new instance of AppBuilder |
|
| Method Summary | |
static void |
main(String[] args)
Command line entry point for the utility |
void |
process()
Invokes the start of the pattern generation process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AppBuilder(String name)
name - The name of the config file that describes how to build the application| Method Detail |
public void process()
public static void main(String[] args)
args - The command line arguments.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||