base
/
org.jetbrains.dokka.base.resolvers.shared
/
PackageList
Package
List
data class
PackageList
(linkFormat:
RecognizedLinkFormat
, modules:
Map
<
Module
,
Set
<
String
>>, locations:
Map
<
String
,
String
>, url:
URL
)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
moduleFor
Link copied to clipboard
fun
moduleFor
(packageName:
String
):
String
?
Content copied to clipboard
Properties
linkFormat
Link copied to clipboard
val
linkFormat
:
RecognizedLinkFormat
Content copied to clipboard
locations
Link copied to clipboard
val
locations
:
Map
<
String
,
String
>
Content copied to clipboard
modules
Link copied to clipboard
val
modules
:
Map
<
Module
,
Set
<
String
>>
Content copied to clipboard
packages
Link copied to clipboard
val
packages
:
Set
<
String
>
Content copied to clipboard
url
Link copied to clipboard
val
url
:
URL
Content copied to clipboard