ClassGraphApiReferenceExtractor

Extracts API reference information from the project classpath using ClassGraph.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun fromProjectClasspath(name: String, acceptedPackages: Set<String>, rejectedPackages: Set<String> = DEFAULT_EXCLUDED_PACKAGES): Api