Package org.gradle.platform.base
Interface Platform
-
- All Superinterfaces:
Named
- All Known Subinterfaces:
NativePlatform
public interface Platform extends Named
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Returns a human consumable name for this platform.java.lang.String
getName()
The object's name.
-