All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.LoaderAPI.vm Maven / Gradle / Ivy

There is a newer version: 3.5.12
Show newest version
#* @vtlvariable name="ctx" type="org.kevoree.modeling.kotlin.generator.GenerationContext" *#
#* @vtlvariable name="helper" type="org.kevoree.modeling.kotlin.generator.ProcessorHelperClass" *#
package ${helper.fqn($ctx, $ctx.getBasePackageForUtilitiesGeneration())}.loader

public trait ModelLoader {

    fun loadModelFromString(str: String) : List?

    #if(!$ctx.jS)
    fun loadModelFromPath(file: java.io.File) : List?
    #end

    fun loadModelFromStream(inputStream: java.io.InputStream) : List?

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy