cuba.util.ddgen
Class WiredDDGenerator

java.lang.Object
  extended by cuba.util.ddgen.AbstractDDGenerator
      extended by cuba.util.ddgen.WiredDDGenerator

public class WiredDDGenerator
extends AbstractDDGenerator

WiredDDGenerator generates the corresponding wired-jar.xml file to the component-jar.xml file given in the constructor.

Author:
Jan Wegener

Field Summary
 
Fields inherited from class cuba.util.ddgen.AbstractDDGenerator
components, options
 
Constructor Summary
WiredDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
           
 
Method Summary
 GeneratorResult generate(GeneratorResult result)
          Abstract Method that is called by the DDGenerator main-Method
 
Methods inherited from class cuba.util.ddgen.AbstractDDGenerator
createTextElement, serializeDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiredDDGenerator

public WiredDDGenerator(java.util.ArrayList components,
                        DDGeneratorOptions options)
                 throws GeneratorException
Throws:
GeneratorException
Method Detail

generate

public GeneratorResult generate(GeneratorResult result)
                         throws GeneratorException
Description copied from class: AbstractDDGenerator
Abstract Method that is called by the DDGenerator main-Method

Specified by:
generate in class AbstractDDGenerator
Throws:
GeneratorException