wt.tools.generation
Class ModelProcessor
java.lang.Object
wt.tools.generation.ModelProcessor
- public class ModelProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modelRegistry
private static MappedRegistry modelRegistry
packageProcessor
private PackageProcessor packageProcessor
classProcessor
private ClassProcessor classProcessor
ModelProcessor
public ModelProcessor(ClassProcessor class_processor)
ModelProcessor
public ModelProcessor(PackageProcessor package_processor,
ClassProcessor class_processor)
execute
public void execute(String packages)
throws WTException
- Throws:
WTException
isClass
public static boolean isClass(String entryName)
isPackage
public static boolean isPackage(String entryName)
isRegistry
public static boolean isRegistry(String packages)
processRegistry
protected void processRegistry()
throws WTException
- Throws:
WTException