JARModelBuilder

constructor(loader: DynamicJarClassLoader, modelBuilderClassName: String? = null)(source)

Parameters

jarPath

the path to the JAR file. The file must be a JAR file and contain a class that implements the ModelBuilderIfc interface.

modelBuilderClassName

the (optional) name of the class within the JAR file that implements the ModelBuilderIfc


constructor(jarPath: String, modelBuilderClassName: String? = null)(source)
constructor(jarPath: Path, modelBuilderClassName: String? = null)(source)

Constructor for a JAR file