cuba.util.ddgen
Class DDGenerator

java.lang.Object
  extended by cuba.util.Generator
      extended by cuba.util.ddgen.DDGenerator

public class DDGenerator
extends Generator

Generator for deployment descriptors. Input processing is based on XmlReader and can be configured for different XML parser frameworks accordingly.


Constructor Summary
DDGenerator()
           
 
Method Summary
 GeneratorResult generate(java.util.ArrayList components, DDGeneratorOptions options)
           
static void main(java.lang.String[] args)
          main-Methode
 
Methods inherited from class cuba.util.Generator
checkComponent, checkComponents, readComponents, syncException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDGenerator

public DDGenerator()
Method Detail

generate

public GeneratorResult generate(java.util.ArrayList components,
                                DDGeneratorOptions options)
                         throws GeneratorException
Throws:
GeneratorException

main

public static void main(java.lang.String[] args)
main-Methode