DynamicJarClassLoader

constructor(jarPaths: List<Path>)(source)

Parameters

jarPaths

a list of paths that reference valid JAR files. The list must not be empty.


constructor(jarPath: Path)(source)(source)
constructor(jarPath: String)(source)(source)

Constructor for a single JAR file


constructor(vararg jarPaths: Path)(source)(source)
constructor(vararg jarPaths: String)(source)(source)

Constructor for multiple JAR files using vararg