cuba.util
Class Generator

java.lang.Object
  extended by 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

Constructor Summary
Generator()
           
 
Method Summary
protected static void checkComponent(CUBAComponent comp)
           
protected static void checkComponents(java.util.ArrayList components)
           
protected static java.util.ArrayList readComponents(GeneratorOptions options)
           
protected static void syncException(CUBAComponent comp, java.lang.String problem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generator

public Generator()
Method Detail

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