|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.finalist.mmbase.modules.MMBasePackageHandler
public class MMBasePackageHandler
The MMBasePackage handler is used in the postprocessing part of UML2MMBase. It will check which UMLPackages in the model haven been marked with the MMBasePackage stereotype. For these packages the package name will be used to do some package specific post processing.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This method will be called from the ant task after all code generation has been done. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- the commandline arguments;
The first argument should be the name of the model. For example: model.xmi
The second argument should be the generated dir where all code generation has been done.
For example: generated
The third argument should be the mmbaseVersion number. For example: 1.8
java.lang.Exception
- an exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |