IntelliJPlatformGradlePlugin
Toggle table of contents
2.17.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.services
/
ModuleDescriptorCoordinatesService
Module
Descriptor
Coordinates
Service
abstract
class
ModuleDescriptorCoordinatesService
:
BuildService
<
BuildServiceParameters.None
>
Members
Constructors
Module
Descriptor
Coordinates
Service
Link copied to clipboard
constructor
(
)
Properties
parameters
Link copied to clipboard
@get:
Inject
abstract
override
val
parameters
:
BuildServiceParameters.None
?
Functions
get
Parameters
Link copied to clipboard
@
Inject
abstract
fun
getParameters
(
)
:
BuildServiceParameters.None
?
resolve
Link copied to clipboard
fun
resolve
(
platformPath
:
Path
,
loader
:
(
)
->
Set
<
Coordinates
>
)
:
Set
<
Coordinates
>