Uses of Class
cuba.util.ddgen.DDGeneratorOptions

Packages that use DDGeneratorOptions
cuba.util.ddgen Here you find everything to generate deployment descriptors for every enviroment. 
 

Uses of DDGeneratorOptions in cuba.util.ddgen
 

Fields in cuba.util.ddgen declared as DDGeneratorOptions
protected  DDGeneratorOptions AbstractDDGenerator.options
           
 

Methods in cuba.util.ddgen with parameters of type DDGeneratorOptions
 GeneratorResult DDGenerator.generate(java.util.ArrayList components, DDGeneratorOptions options)
           
 

Constructors in cuba.util.ddgen with parameters of type DDGeneratorOptions
AbstractDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
           
AbstractWSDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
          Constructor.
EJB2DDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
           
WiredDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
           
WSDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
           
WSTDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
          Constructor.