withJAR

open fun withJAR(@NonNull pathToJar: @NonNull Path): TypeSolverBuilder(source)
open fun withJAR(@NonNull pathToJar: @NonNull String): TypeSolverBuilder(source)

Allow the type solver to resolve types that are defined in a JAR file.

Return

the current builder.

Parameters

pathToJar

The path to the jar file.

See also

Throws

If an I/O exception occurs while reading the Jar.


open fun withJAR(@NonNull pathToJar: @NonNull File): TypeSolverBuilder(source)

Allow the type solver to resolve types that are defined in a JAR file.

Return

the current builder.

Parameters

pathToJar

The jar file.

See also

Throws

If an I/O exception occurs while reading the Jar.