findClassesInJar

open fun findClassesInJar(urlConnection: JarURLConnection, packageName: String): List<String>

Find a list of classes for the provided packageName within the provided urlConnection.

Return

Matching set of classes.

Parameters

urlConnection

JAR connection to traverse.

packageName

Package name to search for.