IntelliJPlatformGradlePlugin
Toggle table of contents
2.18.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.providers
/
DmgExtractorValueSource
Dmg
Extractor
Value
Source
abstract
class
DmgExtractorValueSource
:
ValueSource
<
Path
,
DmgExtractorValueSource.Parameters
>
Mounts and extracts DMG archive.
Members
Constructors
Dmg
Extractor
Value
Source
Link copied to clipboard
constructor
(
)
Types
Parameters
Link copied to clipboard
interface
Parameters
:
ValueSourceParameters
Properties
exec
Operations
Link copied to clipboard
@get:
Inject
abstract
val
execOperations
:
ExecOperations
parameters
Link copied to clipboard
@get:
Inject
abstract
override
val
parameters
:
DmgExtractorValueSource.Parameters
?
Functions
get
Parameters
Link copied to clipboard
@
Inject
abstract
fun
getParameters
(
)
:
DmgExtractorValueSource.Parameters
?
obtain
Link copied to clipboard
open
override
fun
obtain
(
)
:
Path