Uses of Class
io.automatiko.engine.codegen.GeneratedFile
-
Packages that use GeneratedFile Package Description io.automatiko.engine.codegen io.automatiko.engine.codegen.decision io.automatiko.engine.codegen.process io.automatiko.engine.codegen.process.persistence -
-
Uses of GeneratedFile in io.automatiko.engine.codegen
Methods in io.automatiko.engine.codegen that return GeneratedFile Modifier and Type Method Description GeneratedFileApplicationGenerator. generateApplicationConfigDescriptor()GeneratedFileApplicationGenerator. generateApplicationDescriptor()default GeneratedFileFileGenerator. generateFile(GeneratedFile.Type fileType)Methods in io.automatiko.engine.codegen that return types with arguments of type GeneratedFile Modifier and Type Method Description java.util.Collection<GeneratedFile>ApplicationGenerator. generate()java.util.Collection<GeneratedFile>Generator. generate()Returns the collection of all the files that have been generated/compiledjava.util.Collection<GeneratedFile>JsonSchemaGenerator. generate()java.util.List<GeneratedFile>ApplicationGenerator. generateComponents()Method parameters in io.automatiko.engine.codegen with type arguments of type GeneratedFile Modifier and Type Method Description voidApplicationGenerator. generateSectionClass(ApplicationSection section, java.util.List<GeneratedFile> generatedFiles) -
Uses of GeneratedFile in io.automatiko.engine.codegen.decision
Methods in io.automatiko.engine.codegen.decision that return types with arguments of type GeneratedFile Modifier and Type Method Description java.util.List<GeneratedFile>DecisionCodegen. generate()java.util.List<GeneratedFile>DecisionCodegen. getGeneratedFiles() -
Uses of GeneratedFile in io.automatiko.engine.codegen.process
Methods in io.automatiko.engine.codegen.process that return types with arguments of type GeneratedFile Modifier and Type Method Description java.util.List<GeneratedFile>ProcessCodegen. generate()java.util.List<GeneratedFile>ProcessCodegen. getGeneratedFiles() -
Uses of GeneratedFile in io.automatiko.engine.codegen.process.persistence
Methods in io.automatiko.engine.codegen.process.persistence that return types with arguments of type GeneratedFile Modifier and Type Method Description java.util.Collection<GeneratedFile>PersistenceGenerator. generate()Method parameters in io.automatiko.engine.codegen.process.persistence with type arguments of type GeneratedFile Modifier and Type Method Description protected voidPersistenceGenerator. cassandraBasedPersistence(java.util.List<GeneratedFile> generatedFiles)protected voidPersistenceGenerator. dbBasedPersistence(java.util.List<GeneratedFile> generatedFiles)protected voidPersistenceGenerator. dynamoDBBasedPersistence(java.util.List<GeneratedFile> generatedFiles)protected voidPersistenceGenerator. fileSystemBasedPersistence(java.util.List<GeneratedFile> generatedFiles)protected voidPersistenceGenerator. mongodbBasedPersistence(java.util.List<GeneratedFile> generatedFiles)
-