ModelerTemplGenerator

camundala.api.ModelerTemplGenerator
final case class ModelerTemplGenerator(apiVersion: String, config: ModelerTemplateConfig, projectName: Option[String]) extends App

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def generate(apis: List[InOutApi[_, _]]): Unit

Inherited methods

final protected def args: Array[String]

Attributes

Inherited from:
App
final def main(args: Array[String]): Unit

Attributes

Inherited from:
App
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Deprecated and Inherited methods

override def delayedInit(body: => Unit): Unit

Attributes

Deprecated
[Since version 2.11.0] the delayedInit mechanism will disappear
Definition Classes
App -> DelayedInit
Inherited from:
App

Concrete fields

lazy val version: Int