Uses of Class
io.automatiko.engine.codegen.GeneratedFile.Type
-
Packages that use GeneratedFile.Type Package Description io.automatiko.engine.codegen -
-
Uses of GeneratedFile.Type in io.automatiko.engine.codegen
Methods in io.automatiko.engine.codegen that return GeneratedFile.Type Modifier and Type Method Description GeneratedFile.TypeGeneratedFile. getType()static GeneratedFile.TypeGeneratedFile.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeneratedFile.Type[]GeneratedFile.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.automatiko.engine.codegen with parameters of type GeneratedFile.Type Modifier and Type Method Description default GeneratedFileFileGenerator. generateFile(GeneratedFile.Type fileType)Constructors in io.automatiko.engine.codegen with parameters of type GeneratedFile.Type Constructor Description GeneratedFile(GeneratedFile.Type type, java.lang.String relativePath, byte[] contents)GeneratedFile(GeneratedFile.Type type, java.lang.String relativePath, java.lang.String contents)
-