cuba.util
Class Generator
java.lang.Object
cuba.util.Generator
- Direct Known Subclasses:
- AdapterGenerator, DDGenerator
public class Generator
- extends java.lang.Object
Base class for DDGenerator and AdapterGenerator, providing some
basic convenience functions
- Author:
- jlessner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generator
public Generator()
readComponents
protected static java.util.ArrayList readComponents(GeneratorOptions options)
throws GeneratorException,
InitException
- Throws:
GeneratorException
InitException
syncException
protected static void syncException(CUBAComponent comp,
java.lang.String problem)
throws GeneratorException
- Throws:
GeneratorException
checkComponent
protected static void checkComponent(CUBAComponent comp)
throws GeneratorException
- Throws:
GeneratorException
checkComponents
protected static void checkComponents(java.util.ArrayList components)
throws GeneratorException
- Throws:
GeneratorException