Package org.gradle.platform.base
Interface Platform
- All Superinterfaces:
Named
- All Known Subinterfaces:
NativePlatform
The platform or runtime that a binary is designed to run on.
Examples: the JvmPlatform defines a java runtime, while the NativePlatform defines the Operating System and Architecture for a native app.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionReturns a human consumable name for this platform.getName()
The object's name.