IntelliJPlatformGradlePlugin
Toggle table of contents
2.18.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
ProductInfo
/
Launch
/
CustomCommand
/
CustomCommand
Custom
Command
constructor
(
commands
:
List
<
String
>
=
mutableListOf()
,
vmOptionsFilePath
:
String
?
=
null
,
bootClassPathJarNames
:
List
<
String
>
=
mutableListOf()
,
additionalJvmArguments
:
List
<
String
>
=
mutableListOf()
,
mainClass
:
String
?
=
null
,
envVarBaseName
:
String
?
=
null
,
dataDirectoryName
:
String
?
=
null
)