Uses of Class
com.cedarsoft.codegen.GeneratorConfiguration.CreationMode

Packages that use GeneratorConfiguration.CreationMode
com.cedarsoft.codegen   
 

Uses of GeneratorConfiguration.CreationMode in com.cedarsoft.codegen
 

Methods in com.cedarsoft.codegen that return GeneratorConfiguration.CreationMode
static GeneratorConfiguration.CreationMode GeneratorConfiguration.CreationMode.get(boolean create, boolean tests)
           
 GeneratorConfiguration.CreationMode GeneratorConfiguration.getCreationMode()
           
static GeneratorConfiguration.CreationMode GeneratorConfiguration.CreationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeneratorConfiguration.CreationMode[] GeneratorConfiguration.CreationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.cedarsoft.codegen with parameters of type GeneratorConfiguration.CreationMode
GeneratorConfiguration(Iterable<? extends File> domainSourceFiles, File destination, File resourcesDestination, File testDestination, File testResourcesDestination, Classpath classpath, PrintWriter logOut, GeneratorConfiguration.CreationMode creationMode)
           
 



Copyright © 2010 cedarsoft GmbH. All Rights Reserved.