com.finalist.mmbase.modules
Class MMBasePackageHandler

java.lang.Object
  extended by com.finalist.mmbase.modules.MMBasePackageHandler

public class MMBasePackageHandler
extends java.lang.Object

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.

Version:
$Revision: 1.5 $, $Date: 2005/07/12 10:31:59 $
Author:
Rudie Ekkelenkamp

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

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
This method will be called from the ant task after all code generation has been done.

Parameters:
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
Throws:
java.lang.Exception - an exception.


Copyright © 2003-2006 mmapps. All Rights Reserved.