component-build-plugin / com.intershop.gradle.component.build.tasks / VerifyClasspathRunner

VerifyClasspathRunner

open class VerifyClasspathRunner : Runnable

Runner for the class collision check.

Constructors

<init>

VerifyClasspathRunner(jarFiles: Set<JarFileInfo>, excludedClasses: Set<String>, outputFile: File)

provides the runner of the CheckClassCollisions task

Functions

run

open fun run(): Unit

The runner function with the main functionality.