Gradle Jextract Plugin
Toggle table of contents
1.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Gradle Jextract Plugin
Gradle Jextract Plugin
/
de.infolektuell.gradle.jextract.model
/
Platform
Platform
class
Platform
(
val
operatingSystem
:
Platform.OperatingSystem
,
val
architecture
:
Platform.Architecture
)
(
source
)
Members
Constructors
Platform
Link copied to clipboard
constructor
(
operatingSystem
:
Platform.OperatingSystem
,
architecture
:
Platform.Architecture
)
Types
Architecture
Link copied to clipboard
enum
Architecture
:
Enum
<
Platform.Architecture
>
Companion
Link copied to clipboard
object
Companion
Operating
System
Link copied to clipboard
enum
OperatingSystem
:
Enum
<
Platform.OperatingSystem
>
Properties
architecture
Link copied to clipboard
val
architecture
:
Platform.Architecture
is
Arch64
Link copied to clipboard
val
isArch64
:
Boolean
is
Linux
Link copied to clipboard
val
isLinux
:
Boolean
is
Mac
Link copied to clipboard
val
isMac
:
Boolean
is
Windows
Link copied to clipboard
val
isWindows
:
Boolean
is
X64
Link copied to clipboard
val
isX64
:
Boolean
operating
System
Link copied to clipboard
val
operatingSystem
:
Platform.OperatingSystem