open class VerifyClasspathRunner : Runnable
Runner for the class collision check.
VerifyClasspathRunner(jarFiles: Set<JarFileInfo>, excludedClasses: Set<String>, outputFile: File)
provides the runner of the CheckClassCollisions task |
open fun run(): Unit
The runner function with the main functionality. |