biz.junginger.modules.util
Class MyModulesGeneratorEngine

java.lang.Object
  extended bybiz.junginger.modules.util.MyModulesGeneratorEngine

public class MyModulesGeneratorEngine
extends java.lang.Object

Subject to the MyModules Software Licence (based on the Apache Software License).
Copyright (c) 2003 Markus Oliver Junginger. All rights reserved.
http://www.junginger.biz

Version:
$Id: $
Author:
Markus Oliver Junginger

Constructor Summary
MyModulesGeneratorEngine(java.lang.String xml, java.lang.String base, java.lang.String pack)
           
 
Method Summary
 void execute()
           
 void execute(java.util.List list, java.io.OutputStreamWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyModulesGeneratorEngine

public MyModulesGeneratorEngine(java.lang.String xml,
                                java.lang.String base,
                                java.lang.String pack)
Method Detail

execute

public void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception

execute

public void execute(java.util.List list,
                    java.io.OutputStreamWriter writer)
             throws java.lang.Exception
Parameters:
list - ModuleMetaData objects
writer - Destination of the genereated Java file
Throws:
java.lang.Exception