biz.junginger.modules.util
Class MyModulesGeneratorEngine
java.lang.Object
biz.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
|
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 |
MyModulesGeneratorEngine
public MyModulesGeneratorEngine(java.lang.String xml,
java.lang.String base,
java.lang.String pack)
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 objectswriter - Destination of the genereated Java file
- Throws:
java.lang.Exception