toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.resolvers
/
Resolver
Resolver
interface
Resolver
<
T
>
Interface for resolving an instance of
T
object.
Inheritors
PathResolver
Members
Properties
subject
Link copied to clipboard
abstract
val
subject
:
String
subject
Input
Link copied to clipboard
open
val
subjectInput
:
Any
?
Functions
resolve
Link copied to clipboard
abstract
fun
resolve
(
)
:
T
Resolves the
T
object.
open
fun
Sequence
<
Pair
<
String
,
(
)
->
T
?
>
>
.
resolve
(
)
:
T